Html Css Color HEX #4F7FCE Havelock Blue

📋 copy color: '#4F7FCE'

red 79 ◦ green 127 ◦ blue 206

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

Shades of Havelock Blue #4F7FCE

Tints of Havelock Blue #4F7FCE

RGB

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

 GREEN value IS 127 (50% from 255) = 30.83%

 BLUE value IS 206 (80.86% from 255) = 50%

R = 19.17%
G = 30.83%
B = 50%

CMYK

 C value IS 0.62

 M value IS 0.38

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4F7FCE (or 0x4F7FCE) is known color: Havelock Blue. HEX triplet: 4F, 7F and CE. RGB value is (79,127,206). Sum of RGB (Red+Green+Blue) = 79+127+206=412 (54% of max value = 765). Red value is 79 (31.25% from 255 or 19.17% from 412); Green value is 127 (50% from 255 or 30.83% from 412); Blue value is 206 (80.86% from 255 or 50% from 412); Max value from RGB is 206 - color contains mainly: blue. Hex color #4F7FCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F7FCE is #B08031. Grayscale: #797979. Windows color (decimal): -11567154 or 13533007. OLE color: 13533007.

HSL color Cylindrical-coordinate representation of color #4F7FCE: hue angle of 217.32º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4F7FCE is Cyan = 0.62, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 79 127 206 -
CMYK 0.62 0.38 0 0.19
HSL 217.32º 0.56% 0.56% -
HSV(B) 217.32º 0.62% 0.81% -
XYZ 21.95 21.3 61.35 -
YUV 121.65 175.6 97.58 -
System Red Green Blue C M Y K H S L
Decimal 79 127 206 0.62 0.38 0 0.19 217.32 0.56 0.56
Hex 4F 7F CE 3E 26 0 13 D9 38 38
Octal 117 177 316 76 46 0 23 331 70 70
Binary 1001111 1111111 11001110 111110 100110 0 10011 11011001 111000 111000

Color Harmonies of #4F7FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F7FCE

Black with #4F7FCE

Text Example


Text Example

White with #4F7FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,127,206); }

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

background-color css

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

 a { background-color: rgb(79,127,206); }

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

border-color css

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

 span { border-color: rgb(79,127,206); }

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