Html Css Color HEX #4F7BCD Havelock Blue

📋 copy color: '#4F7BCD'

red 79 ◦ green 123 ◦ blue 205

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

Shades of Havelock Blue #4F7BCD

Tints of Havelock Blue #4F7BCD

RGB

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

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

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

R = 19.41%
G = 30.22%
B = 50.37%

CMYK

 C value IS 0.61

 M value IS 0.4

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4F7BCD (or 0x4F7BCD) is known color: Havelock Blue. HEX triplet: 4F, 7B and CD. RGB value is (79,123,205). Sum of RGB (Red+Green+Blue) = 79+123+205=407 (53% of max value = 765). Red value is 79 (31.25% from 255 or 19.41% from 407); Green value is 123 (48.44% from 255 or 30.22% from 407); Blue value is 205 (80.47% from 255 or 50.37% from 407); Max value from RGB is 205 - color contains mainly: blue. Hex color #4F7BCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F7BCD is #B08432. Grayscale: #767676. Windows color (decimal): -11568179 or 13466447. OLE color: 13466447.

HSL color Cylindrical-coordinate representation of color #4F7BCD: hue angle of 219.05º 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 #4F7BCD is Cyan = 0.61, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 79 123 205 -
CMYK 0.61 0.4 0 0.20
HSL 219.05º 0.56% 0.56% -
HSV(B) 219.05º 0.61% 0.8% -
XYZ 21.33 20.24 60.54 -
YUV 119.19 176.42 99.33 -
System Red Green Blue C M Y K H S L
Decimal 79 123 205 0.61 0.4 0 0.20 219.05 0.56 0.56
Hex 4F 7B CD 3D 28 0 14 DB 38 38
Octal 117 173 315 75 50 0 24 333 70 70
Binary 1001111 1111011 11001101 111101 101000 0 10100 11011011 111000 111000

Color Harmonies of #4F7BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F7BCD

Black with #4F7BCD

Text Example


Text Example

White with #4F7BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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