Html Css Color HEX #4F7BCC Havelock Blue

📋 copy color: '#4F7BCC'

red 79 ◦ green 123 ◦ blue 204

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

Shades of Havelock Blue #4F7BCC

Tints of Havelock Blue #4F7BCC

RGB

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

 GREEN value IS 123 (48.44% from 255) = 30.3%

 BLUE value IS 204 (80.08% from 255) = 50.25%

R = 19.46%
G = 30.3%
B = 50.25%

CMYK

 C value IS 0.61

 M value IS 0.40

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4F7BCC (or 0x4F7BCC) is known color: Havelock Blue. HEX triplet: 4F, 7B and CC. RGB value is (79,123,204). Sum of RGB (Red+Green+Blue) = 79+123+204=406 (53% of max value = 765). Red value is 79 (31.25% from 255 or 19.46% from 406); Green value is 123 (48.44% from 255 or 30.30% from 406); Blue value is 204 (80.08% from 255 or 50.25% from 406); Max value from RGB is 204 - color contains mainly: blue. Hex color #4F7BCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F7BCC is #B08433. Grayscale: #767676. Windows color (decimal): -11568180 or 13400911. OLE color: 13400911.

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

Color convert

RGB 79 123 204 -
CMYK 0.61 0.40 0 0.2
HSL 218.88º 0.55% 0.55% -
HSV(B) 218.88º 0.61% 0.8% -
XYZ 21.21 20.19 59.91 -
YUV 119.08 175.92 99.41 -
System Red Green Blue C M Y K H S L
Decimal 79 123 204 0.61 0.40 0 0.2 218.88 0.55 0.55
Hex 4F 7B CC 3D 28 0 14 DB 37 37
Octal 117 173 314 75 50 0 24 333 67 67
Binary 1001111 1111011 11001100 111101 101000 0 10100 11011011 110111 110111

Color Harmonies of #4F7BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F7BCC

Black with #4F7BCC

Text Example


Text Example

White with #4F7BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,123,204); }

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

background-color css

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

 a { background-color: rgb(79,123,204); }

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

border-color css

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

 span { border-color: rgb(79,123,204); }

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