Html Css Color HEX #467FCD Havelock Blue

📋 copy color: '#467FCD'

red 70 ◦ green 127 ◦ blue 205

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

Shades of Havelock Blue #467FCD

Tints of Havelock Blue #467FCD

RGB

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

 GREEN value IS 127 (50% from 255) = 31.59%

 BLUE value IS 205 (80.47% from 255) = 51%

R = 17.41%
G = 31.59%
B = 51%

CMYK

 C value IS 0.66

 M value IS 0.38

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#467FCD (or 0x467FCD) is known color: Havelock Blue. HEX triplet: 46, 7F and CD. RGB value is (70,127,205). Sum of RGB (Red+Green+Blue) = 70+127+205=402 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.41% from 402); Green value is 127 (50% from 255 or 31.59% from 402); Blue value is 205 (80.47% from 255 or 51.00% from 402); Max value from RGB is 205 - color contains mainly: blue. Hex color #467FCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #467FCD is #B98032. Grayscale: #767676. Windows color (decimal): -12156979 or 13467462. OLE color: 13467462.

HSL color Cylindrical-coordinate representation of color #467FCD: hue angle of 214.67º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #467FCD is Cyan = 0.66, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 70 127 205 -
CMYK 0.66 0.38 0 0.20
HSL 214.67º 0.57% 0.54% -
HSV(B) 214.67º 0.66% 0.8% -
XYZ 21.13 20.89 60.68 -
YUV 118.85 176.62 93.16 -
System Red Green Blue C M Y K H S L
Decimal 70 127 205 0.66 0.38 0 0.20 214.67 0.57 0.54
Hex 46 7F CD 42 26 0 14 D7 39 36
Octal 106 177 315 102 46 0 24 327 71 66
Binary 1000110 1111111 11001101 1000010 100110 0 10100 11010111 111001 110110

Color Harmonies of #467FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467FCD

Black with #467FCD

Text Example


Text Example

White with #467FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,127,205); }

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

background-color css

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

 a { background-color: rgb(70,127,205); }

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

border-color css

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

 span { border-color: rgb(70,127,205); }

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