Html Css Color HEX #467DC9 Havelock Blue

📋 copy color: '#467DC9'

red 70 ◦ green 125 ◦ blue 201

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

Shades of Havelock Blue #467DC9

Tints of Havelock Blue #467DC9

RGB

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

 GREEN value IS 125 (49.22% from 255) = 31.57%

 BLUE value IS 201 (78.91% from 255) = 50.76%

R = 17.68%
G = 31.57%
B = 50.76%

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

#467DC9 (or 0x467DC9) is known color: Havelock Blue. HEX triplet: 46, 7D and C9. RGB value is (70,125,201). Sum of RGB (Red+Green+Blue) = 70+125+201=396 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.68% from 396); Green value is 125 (49.22% from 255 or 31.57% from 396); Blue value is 201 (78.91% from 255 or 50.76% from 396); Max value from RGB is 201 - color contains mainly: blue. Hex color #467DC9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #467DC9 is #B98236. Grayscale: #747474. Windows color (decimal): -12157495 or 13204806. OLE color: 13204806.

HSL color Cylindrical-coordinate representation of color #467DC9: hue angle of 214.81º 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 #467DC9 is Cyan = 0.65, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 70 125 201 -
CMYK 0.65 0.38 0 0.21
HSL 214.81º 0.55% 0.53% -
HSV(B) 214.81º 0.65% 0.79% -
XYZ 20.4 20.19 58.08 -
YUV 117.22 175.28 94.32 -
System Red Green Blue C M Y K H S L
Decimal 70 125 201 0.65 0.38 0 0.21 214.81 0.55 0.53
Hex 46 7D C9 41 26 0 15 D7 37 35
Octal 106 175 311 101 46 0 25 327 67 65
Binary 1000110 1111101 11001001 1000001 100110 0 10101 11010111 110111 110101

Color Harmonies of #467DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467DC9

Black with #467DC9

Text Example


Text Example

White with #467DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,125,201); }

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

background-color css

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

 a { background-color: rgb(70,125,201); }

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

border-color css

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

 span { border-color: rgb(70,125,201); }

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