Html Css Color HEX #467ED0 Havelock Blue

📋 copy color: '#467ED0'

red 70 ◦ green 126 ◦ blue 208

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

Shades of Havelock Blue #467ED0

Tints of Havelock Blue #467ED0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 51.49%

R = 17.33%
G = 31.19%
B = 51.49%

CMYK

 C value IS 0.66

 M value IS 0.39

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#467ED0 (or 0x467ED0) is known color: Havelock Blue. HEX triplet: 46, 7E and D0. RGB value is (70,126,208). Sum of RGB (Red+Green+Blue) = 70+126+208=404 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.33% from 404); Green value is 126 (49.61% from 255 or 31.19% from 404); Blue value is 208 (81.64% from 255 or 51.49% from 404); Max value from RGB is 208 - color contains mainly: blue. Hex color #467ED0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #467ED0 is #B9812F. Grayscale: #767676. Windows color (decimal): -12157232 or 13663814. OLE color: 13663814.

HSL color Cylindrical-coordinate representation of color #467ED0: hue angle of 215.65º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #467ED0 is Cyan = 0.66, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 70 126 208 -
CMYK 0.66 0.39 0 0.18
HSL 215.65º 0.59% 0.55% -
HSV(B) 215.65º 0.66% 0.82% -
XYZ 21.37 20.78 62.56 -
YUV 118.6 178.45 93.33 -
System Red Green Blue C M Y K H S L
Decimal 70 126 208 0.66 0.39 0 0.18 215.65 0.59 0.55
Hex 46 7E D0 42 27 0 12 D8 3B 37
Octal 106 176 320 102 47 0 22 330 73 67
Binary 1000110 1111110 11010000 1000010 100111 0 10010 11011000 111011 110111

Color Harmonies of #467ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467ED0

Black with #467ED0

Text Example


Text Example

White with #467ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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