Html Css Color HEX #4F81CD Havelock Blue

📋 copy color: '#4F81CD'

red 79 ◦ green 129 ◦ blue 205

#4F81CD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Havelock Blue #4F81CD

Tints of Havelock Blue #4F81CD

RGB

 RED value IS 79 (31.25% from 255) = 19.13%

 GREEN value IS 129 (50.78% from 255) = 31.23%

 BLUE value IS 205 (80.47% from 255) = 49.64%

R = 19.13%
G = 31.23%
B = 49.64%

CMYK

 C value IS 0.61

 M value IS 0.37

 Y value IS 0

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#4F81CD (or 0x4F81CD) is known color: Havelock Blue. HEX triplet: 4F, 81 and CD. RGB value is (79,129,205). Sum of RGB (Red+Green+Blue) = 79+129+205=413 (54% of max value = 765). Red value is 79 (31.25% from 255 or 19.13% from 413); Green value is 129 (50.78% from 255 or 31.23% from 413); Blue value is 205 (80.47% from 255 or 49.64% from 413); Max value from RGB is 205 - color contains mainly: blue. Hex color #4F81CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F81CD is #B07E32. Grayscale: #7A7A7A. Windows color (decimal): -11566643 or 13467983. OLE color: 13467983.

HSL color Cylindrical-coordinate representation of color #4F81CD: hue angle of 216.19º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4F81CD is Cyan = 0.61, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 79 129 205 -
CMYK 0.61 0.37 0 0.20
HSL 216.19º 0.56% 0.56% -
HSV(B) 216.19º 0.61% 0.8% -
XYZ 22.09 21.77 60.8 -
YUV 122.71 174.44 96.82 -
System Red Green Blue C M Y K H S L
Decimal 79 129 205 0.61 0.37 0 0.20 216.19 0.56 0.56
Hex 4F 81 CD 3D 25 0 14 D8 38 38
Octal 117 201 315 75 45 0 24 330 70 70
Binary 1001111 10000001 11001101 111101 100101 0 10100 11011000 111000 111000

Color Harmonies of #4F81CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F81CD

Black with #4F81CD

Text Example


Text Example

White with #4F81CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4F81CD; }

 p { color: rgb(79,129,205); }

 H1.HeaderClassName
 {
   color: #4F81CD;
 }
 .AnyTagClassName
 {
   color: #4F81CD;
 }
</style>

background-color css

<style>
 a { background-color: #4F81CD; }

 a { background-color: rgb(79,129,205); }

 div.DivClassName
 {
   background-color: #4F81CD;
 }
 .BgClassName
 {
   background-color: #4F81CD;
 }
</style>

border-color css

<style>
 span { border-color: #4F81CD; }

 span { border-color: rgb(79,129,205); }

 td.TdClassName
 {
   border-color: #4F81CD;
 }
 .TagClassName
 {
   border-color: #4F81CD;
 }
</style>