Html Css Color HEX #4F7AB9 Havelock Blue

📋 copy color: '#4F7AB9'

red 79 ◦ green 122 ◦ blue 185

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

Shades of Havelock Blue #4F7AB9

Tints of Havelock Blue #4F7AB9

RGB

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

 GREEN value IS 122 (48.05% from 255) = 31.61%

 BLUE value IS 185 (72.66% from 255) = 47.93%

R = 20.47%
G = 31.61%
B = 47.93%

CMYK

 C value IS 0.57

 M value IS 0.34

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4F7AB9 (or 0x4F7AB9) is known color: Havelock Blue. HEX triplet: 4F, 7A and B9. RGB value is (79,122,185). Sum of RGB (Red+Green+Blue) = 79+122+185=386 (51% of max value = 765). Red value is 79 (31.25% from 255 or 20.47% from 386); Green value is 122 (48.05% from 255 or 31.61% from 386); Blue value is 185 (72.66% from 255 or 47.93% from 386); Max value from RGB is 185 - color contains mainly: blue. Hex color #4F7AB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F7AB9 is #B08546. Grayscale: #747474. Windows color (decimal): -11568455 or 12155471. OLE color: 12155471.

HSL color Cylindrical-coordinate representation of color #4F7AB9: hue angle of 215.66º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4F7AB9 is Cyan = 0.57, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 79 122 185 -
CMYK 0.57 0.34 0 0.27
HSL 215.66º 0.43% 0.52% -
HSV(B) 215.66º 0.57% 0.73% -
XYZ 18.94 19.08 48.58 -
YUV 116.33 166.75 101.38 -
System Red Green Blue C M Y K H S L
Decimal 79 122 185 0.57 0.34 0 0.27 215.66 0.43 0.52
Hex 4F 7A B9 39 22 0 1B D8 2B 34
Octal 117 172 271 71 42 0 33 330 53 64
Binary 1001111 1111010 10111001 111001 100010 0 11011 11011000 101011 110100

Color Harmonies of #4F7AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F7AB9

Black with #4F7AB9

Text Example


Text Example

White with #4F7AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,122,185); }

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

background-color css

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

 a { background-color: rgb(79,122,185); }

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

border-color css

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

 span { border-color: rgb(79,122,185); }

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