Color Hex Logo

#4b99dc Color Hex

#4B99DC
(75,153,220)
0 Favorites   0 Comments

Color spaces of #4b99dc

RGB 75153220
HSL0.580.670.58
HSV208°66°86°
CMYK 0.660.300.00   0.14
XYZ27.211229.445671.9595
Yxy29.44560.21160.2289
Hunter Lab54.2638-5.4508-40.6401
CIE-Lab61.1729-3.1031-41.1531

#4b99dc color RGB value is (75,153,220).

#4b99dc hex color red value is 75, green value is 153 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #4b99dc hue: 0.58 , saturation: 0.67 and the lightness value of 4b99dc is 0.58.

The process color (four color CMYK) of #4b99dc color hex is 0.66, 0.30, 0.00, 0.14. Web safe color of #4b99dc is #3399cc. Color #4b99dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 10011001 11011100
Octal 113 231 334
Decimal 75 153 220
Hex 4B 99 DC

RGB Percentages of Color #4b99dc

%16.74
%34.15
%49.11

CMYK Percentages of Color #4b99dc

%66
%30
%0
%14

Triadic Colors of #4b99dc

#4b99dc #dc4b99 #99dc4b

Analogous Colors of #4b99dc

#4b99dc #4b51dc #4bdcd7

Monochromatic Colors of #4b99dc

#4b99dc

Complementary Color

#4b99dc #dc8e4b

#4b99dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b99dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b99dc Color CSS Codes

.mybgcolor {background-color:#4b99dc; } 
.myforecolor {color:#4b99dc; }
.mybordercolor {border:3px solid #4b99dc; }

#4b99dc Text Font Color

<p style="color:#4b99dc">Text here</p>

This sample text font color is #4b99dc
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#4b99dc Background Color

<div style="background-color:#4b99dc">
Div content here</div>

This div background color is #4b99dc


#4b99dc Border Color

<div style="border:3px solid #4b99dc">
Div here</div>

This div border color is #4b99dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(75,153,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4b99dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4b99dc;
  -webkit-box-shadow: 1px 1px 3px 2px #4b99dc;
  box-shadow:         1px 1px 3px 2px #4b99dc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(75,153,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #4b99dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #4b99dc;
  -webkit-box-shadow: 1px 1px 3px 2px #4b99dc;
  box-shadow:         1px 1px 3px 2px #4b99dc;">
Div content here</div>

This div box has shadow with color #4b99dc


Comments

No comments written yet.

Please login to write comment.