Html Css Color HEX #466FBF Havelock Blue

📋 copy color: '#466FBF'

red 70 ◦ green 111 ◦ blue 191

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

Shades of Havelock Blue #466FBF

Tints of Havelock Blue #466FBF

RGB

 RED value IS 70 (27.73% from 255) = 18.82%

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

 BLUE value IS 191 (75% from 255) = 51.34%

R = 18.82%
G = 29.84%
B = 51.34%

CMYK

 C value IS 0.63

 M value IS 0.42

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#466FBF (or 0x466FBF) is known color: Havelock Blue. HEX triplet: 46, 6F and BF. RGB value is (70,111,191). Sum of RGB (Red+Green+Blue) = 70+111+191=372 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.82% from 372); Green value is 111 (43.75% from 255 or 29.84% from 372); Blue value is 191 (75% from 255 or 51.34% from 372); Max value from RGB is 191 - color contains mainly: blue. Hex color #466FBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #466FBF is #B99040. Grayscale: #6B6B6B. Windows color (decimal): -12161089 or 12545862. OLE color: 12545862.

HSL color Cylindrical-coordinate representation of color #466FBF: hue angle of 219.67º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #466FBF is Cyan = 0.63, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 70 111 191 -
CMYK 0.63 0.42 0 0.25
HSL 219.67º 0.49% 0.51% -
HSV(B) 219.67º 0.63% 0.75% -
XYZ 17.61 16.43 51.53 -
YUV 107.86 174.92 101 -
System Red Green Blue C M Y K H S L
Decimal 70 111 191 0.63 0.42 0 0.25 219.67 0.49 0.51
Hex 46 6F BF 3F 2A 0 19 DC 31 33
Octal 106 157 277 77 52 0 31 334 61 63
Binary 1000110 1101111 10111111 111111 101010 0 11001 11011100 110001 110011

Color Harmonies of #466FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466FBF

Black with #466FBF

Text Example


Text Example

White with #466FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466FBF; }

 p { color: rgb(70,111,191); }

 H1.HeaderClassName
 {
   color: #466FBF;
 }
 .AnyTagClassName
 {
   color: #466FBF;
 }
</style>

background-color css

<style>
 a { background-color: #466FBF; }

 a { background-color: rgb(70,111,191); }

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

border-color css

<style>
 span { border-color: #466FBF; }

 span { border-color: rgb(70,111,191); }

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