Html Css Color HEX #467ED5 Havelock Blue

📋 copy color: '#467ED5'

red 70 ◦ green 126 ◦ blue 213

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

Shades of Havelock Blue #467ED5

Tints of Havelock Blue #467ED5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 52.08%

R = 17.11%
G = 30.81%
B = 52.08%

CMYK

 C value IS 0.67

 M value IS 0.41

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#467ED5 (or 0x467ED5) is known color: Havelock Blue. HEX triplet: 46, 7E and D5. RGB value is (70,126,213). Sum of RGB (Red+Green+Blue) = 70+126+213=409 (54% of max value = 765). Red value is 70 (27.73% from 255 or 17.11% from 409); Green value is 126 (49.61% from 255 or 30.81% from 409); Blue value is 213 (83.59% from 255 or 52.08% from 409); Max value from RGB is 213 - color contains mainly: blue. Hex color #467ED5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #467ED5 is #B9812A. Grayscale: #767676. Windows color (decimal): -12157227 or 13991494. OLE color: 13991494.

HSL color Cylindrical-coordinate representation of color #467ED5: hue angle of 216.5º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #467ED5 is Cyan = 0.67, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 70 126 213 -
CMYK 0.67 0.41 0 0.16
HSL 216.5º 0.63% 0.55% -
HSV(B) 216.5º 0.67% 0.84% -
XYZ 22 21.03 65.85 -
YUV 119.17 180.95 92.93 -
System Red Green Blue C M Y K H S L
Decimal 70 126 213 0.67 0.41 0 0.16 216.5 0.63 0.55
Hex 46 7E D5 43 29 0 10 D9 3F 37
Octal 106 176 325 103 51 0 20 331 77 67
Binary 1000110 1111110 11010101 1000011 101001 0 10000 11011001 111111 110111

Color Harmonies of #467ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467ED5

Black with #467ED5

Text Example


Text Example

White with #467ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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