Html Css Color HEX #467ECA Havelock Blue

📋 copy color: '#467ECA'

red 70 ◦ green 126 ◦ blue 202

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

Shades of Havelock Blue #467ECA

Tints of Havelock Blue #467ECA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 50.75%

R = 17.59%
G = 31.66%
B = 50.75%

CMYK

 C value IS 0.65

 M value IS 0.38

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#467ECA (or 0x467ECA) is known color: Havelock Blue. HEX triplet: 46, 7E and CA. RGB value is (70,126,202). Sum of RGB (Red+Green+Blue) = 70+126+202=398 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.59% from 398); Green value is 126 (49.61% from 255 or 31.66% from 398); Blue value is 202 (79.30% from 255 or 50.75% from 398); Max value from RGB is 202 - color contains mainly: blue. Hex color #467ECA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #467ECA is #B98135. Grayscale: #757575. Windows color (decimal): -12157238 or 13270598. OLE color: 13270598.

HSL color Cylindrical-coordinate representation of color #467ECA: hue angle of 214.55º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #467ECA is Cyan = 0.65, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 70 126 202 -
CMYK 0.65 0.38 0 0.21
HSL 214.55º 0.55% 0.53% -
HSV(B) 214.55º 0.65% 0.79% -
XYZ 20.65 20.49 58.74 -
YUV 117.92 175.45 93.82 -
System Red Green Blue C M Y K H S L
Decimal 70 126 202 0.65 0.38 0 0.21 214.55 0.55 0.53
Hex 46 7E CA 41 26 0 15 D7 37 35
Octal 106 176 312 101 46 0 25 327 67 65
Binary 1000110 1111110 11001010 1000001 100110 0 10101 11010111 110111 110101

Color Harmonies of #467ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467ECA

Black with #467ECA

Text Example


Text Example

White with #467ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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