Html Css Color HEX #467ECE Havelock Blue

📋 copy color: '#467ECE'

red 70 ◦ green 126 ◦ blue 206

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

Shades of Havelock Blue #467ECE

Tints of Havelock Blue #467ECE

RGB

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

 GREEN value IS 126 (49.61% from 255) = 31.34%

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

R = 17.41%
G = 31.34%
B = 51.24%

CMYK

 C value IS 0.66

 M value IS 0.39

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#467ECE (or 0x467ECE) is known color: Havelock Blue. HEX triplet: 46, 7E and CE. RGB value is (70,126,206). Sum of RGB (Red+Green+Blue) = 70+126+206=402 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.41% from 402); Green value is 126 (49.61% from 255 or 31.34% from 402); Blue value is 206 (80.86% from 255 or 51.24% from 402); Max value from RGB is 206 - color contains mainly: blue. Hex color #467ECE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #467ECE is #B98131. Grayscale: #757575. Windows color (decimal): -12157234 or 13532742. OLE color: 13532742.

HSL color Cylindrical-coordinate representation of color #467ECE: hue angle of 215.29º 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 #467ECE is Cyan = 0.66, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 70 126 206 -
CMYK 0.66 0.39 0 0.19
HSL 215.29º 0.58% 0.54% -
HSV(B) 215.29º 0.66% 0.81% -
XYZ 21.13 20.68 61.27 -
YUV 118.38 177.45 93.5 -
System Red Green Blue C M Y K H S L
Decimal 70 126 206 0.66 0.39 0 0.19 215.29 0.58 0.54
Hex 46 7E CE 42 27 0 13 D7 3A 36
Octal 106 176 316 102 47 0 23 327 72 66
Binary 1000110 1111110 11001110 1000010 100111 0 10011 11010111 111010 110110

Color Harmonies of #467ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467ECE

Black with #467ECE

Text Example


Text Example

White with #467ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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