Html Css Color HEX #467CCE Havelock Blue

📋 copy color: '#467CCE'

red 70 ◦ green 124 ◦ blue 206

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

Shades of Havelock Blue #467CCE

Tints of Havelock Blue #467CCE

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31%

 BLUE value IS 206 (80.86% from 255) = 51.5%

R = 17.5%
G = 31%
B = 51.5%

CMYK

 C value IS 0.66

 M value IS 0.40

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#467CCE (or 0x467CCE) is known color: Havelock Blue. HEX triplet: 46, 7C and CE. RGB value is (70,124,206). Sum of RGB (Red+Green+Blue) = 70+124+206=400 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.5% from 400); Green value is 124 (48.83% from 255 or 31% from 400); Blue value is 206 (80.86% from 255 or 51.5% from 400); Max value from RGB is 206 - color contains mainly: blue. Hex color #467CCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #467CCE is #B98331. Grayscale: #747474. Windows color (decimal): -12157746 or 13532230. OLE color: 13532230.

HSL color Cylindrical-coordinate representation of color #467CCE: hue angle of 216.18º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #467CCE is Cyan = 0.66, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 70 124 206 -
CMYK 0.66 0.40 0 0.19
HSL 216.18º 0.58% 0.54% -
HSV(B) 216.18º 0.66% 0.81% -
XYZ 20.87 20.17 61.19 -
YUV 117.2 178.11 94.33 -
System Red Green Blue C M Y K H S L
Decimal 70 124 206 0.66 0.40 0 0.19 216.18 0.58 0.54
Hex 46 7C CE 42 28 0 13 D8 3A 36
Octal 106 174 316 102 50 0 23 330 72 66
Binary 1000110 1111100 11001110 1000010 101000 0 10011 11011000 111010 110110

Color Harmonies of #467CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467CCE

Black with #467CCE

Text Example


Text Example

White with #467CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467CCE; }

 p { color: rgb(70,124,206); }

 H1.HeaderClassName
 {
   color: #467CCE;
 }
 .AnyTagClassName
 {
   color: #467CCE;
 }
</style>

background-color css

<style>
 a { background-color: #467CCE; }

 a { background-color: rgb(70,124,206); }

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

border-color css

<style>
 span { border-color: #467CCE; }

 span { border-color: rgb(70,124,206); }

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