Color Hex Logo

#4f99db Color Hex

#4F99DB
(79,153,219)
0 Favorites   0 Comments

Color spaces of #4f99db

RGB 79153219
HSL0.580.660.58
HSV208°64°86°
CMYK 0.640.300.00   0.14
XYZ27.401929.559271.2791
Yxy29.55920.21370.2305
Hunter Lab54.3684-5.1799-39.6737
CIE-Lab61.2720-2.7623-40.4314

#4f99db color RGB value is (79,153,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 10011001 11011011
Octal 117 231 333
Decimal 79 153 219
Hex 4F 99 DB

RGB Percentages of Color #4f99db

%17.52
%33.92
%48.56

CMYK Percentages of Color #4f99db

%64
%30
%0
%14

Triadic Colors of #4f99db

#4f99db #db4f99 #99db4f

Analogous Colors of #4f99db

#4f99db #4f53db #4fdbd7

Monochromatic Colors of #4f99db

#4f99db

Complementary Color

#4f99db #db914f

#4f99db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4f99db Color Preview on White Background

Lorem ipsum dolor sit amet.

#4f99db Color CSS Codes

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

#4f99db Text Font Color

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

This sample text font color is #4f99db
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.


#4f99db Background Color

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

This div background color is #4f99db


#4f99db Border Color

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

This div border color is #4f99db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4f99db


Comments

No comments written yet.

Please login to write comment.