Html Css Color HEX #467DC6 Havelock Blue

📋 copy color: '#467DC6'

red 70 ◦ green 125 ◦ blue 198

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

Shades of Havelock Blue #467DC6

Tints of Havelock Blue #467DC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 50.38%

R = 17.81%
G = 31.81%
B = 50.38%

CMYK

 C value IS 0.65

 M value IS 0.37

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#467DC6 (or 0x467DC6) is known color: Havelock Blue. HEX triplet: 46, 7D and C6. RGB value is (70,125,198). Sum of RGB (Red+Green+Blue) = 70+125+198=393 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.81% from 393); Green value is 125 (49.22% from 255 or 31.81% from 393); Blue value is 198 (77.73% from 255 or 50.38% from 393); Max value from RGB is 198 - color contains mainly: blue. Hex color #467DC6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #467DC6 is #B98239. Grayscale: #747474. Windows color (decimal): -12157498 or 13008198. OLE color: 13008198.

HSL color Cylindrical-coordinate representation of color #467DC6: hue angle of 214.22º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #467DC6 is Cyan = 0.65, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 70 125 198 -
CMYK 0.65 0.37 0 0.22
HSL 214.22º 0.53% 0.53% -
HSV(B) 214.22º 0.65% 0.78% -
XYZ 20.05 20.05 56.24 -
YUV 116.88 173.78 94.56 -
System Red Green Blue C M Y K H S L
Decimal 70 125 198 0.65 0.37 0 0.22 214.22 0.53 0.53
Hex 46 7D C6 41 25 0 16 D6 35 35
Octal 106 175 306 101 45 0 26 326 65 65
Binary 1000110 1111101 11000110 1000001 100101 0 10110 11010110 110101 110101

Color Harmonies of #467DC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467DC6

Black with #467DC6

Text Example


Text Example

White with #467DC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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