Html Css Color HEX #4F6FBA Havelock Blue

📋 copy color: '#4F6FBA'

red 79 ◦ green 111 ◦ blue 186

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

Shades of Havelock Blue #4F6FBA

Tints of Havelock Blue #4F6FBA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 29.52%

 BLUE value IS 186 (73.05% from 255) = 49.47%

R = 21.01%
G = 29.52%
B = 49.47%

CMYK

 C value IS 0.58

 M value IS 0.40

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4F6FBA (or 0x4F6FBA) is known color: Havelock Blue. HEX triplet: 4F, 6F and BA. RGB value is (79,111,186). Sum of RGB (Red+Green+Blue) = 79+111+186=376 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.01% from 376); Green value is 111 (43.75% from 255 or 29.52% from 376); Blue value is 186 (73.05% from 255 or 49.47% from 376); Max value from RGB is 186 - color contains mainly: blue. Hex color #4F6FBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F6FBA is #B09045. Grayscale: #6D6D6D. Windows color (decimal): -11571270 or 12218191. OLE color: 12218191.

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

Color convert

RGB 79 111 186 -
CMYK 0.58 0.40 0 0.27
HSL 222.06º 0.44% 0.52% -
HSV(B) 222.06º 0.58% 0.73% -
XYZ 17.77 16.58 48.72 -
YUV 109.98 170.9 105.9 -
System Red Green Blue C M Y K H S L
Decimal 79 111 186 0.58 0.40 0 0.27 222.06 0.44 0.52
Hex 4F 6F BA 3A 28 0 1B DE 2C 34
Octal 117 157 272 72 50 0 33 336 54 64
Binary 1001111 1101111 10111010 111010 101000 0 11011 11011110 101100 110100

Color Harmonies of #4F6FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F6FBA

Black with #4F6FBA

Text Example


Text Example

White with #4F6FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,111,186); }

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

background-color css

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

 a { background-color: rgb(79,111,186); }

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

border-color css

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

 span { border-color: rgb(79,111,186); }

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