Html Css Color HEX #467CCB Havelock Blue

📋 copy color: '#467CCB'

red 70 ◦ green 124 ◦ blue 203

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

Shades of Havelock Blue #467CCB

Tints of Havelock Blue #467CCB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31.23%

 BLUE value IS 203 (79.69% from 255) = 51.13%

R = 17.63%
G = 31.23%
B = 51.13%

CMYK

 C value IS 0.66

 M value IS 0.39

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#467CCB (or 0x467CCB) is known color: Havelock Blue. HEX triplet: 46, 7C and CB. RGB value is (70,124,203). Sum of RGB (Red+Green+Blue) = 70+124+203=397 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.63% from 397); Green value is 124 (48.83% from 255 or 31.23% from 397); Blue value is 203 (79.69% from 255 or 51.13% from 397); Max value from RGB is 203 - color contains mainly: blue. Hex color #467CCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #467CCB is #B98334. Grayscale: #747474. Windows color (decimal): -12157749 or 13335622. OLE color: 13335622.

HSL color Cylindrical-coordinate representation of color #467CCB: hue angle of 215.64º degrees, saturation: 0.56, 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 #467CCB is Cyan = 0.66, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 70 124 203 -
CMYK 0.66 0.39 0 0.20
HSL 215.64º 0.56% 0.54% -
HSV(B) 215.64º 0.66% 0.8% -
XYZ 20.51 20.03 59.28 -
YUV 116.86 176.61 94.58 -
System Red Green Blue C M Y K H S L
Decimal 70 124 203 0.66 0.39 0 0.20 215.64 0.56 0.54
Hex 46 7C CB 42 27 0 14 D8 38 36
Octal 106 174 313 102 47 0 24 330 70 66
Binary 1000110 1111100 11001011 1000010 100111 0 10100 11011000 111000 110110

Color Harmonies of #467CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467CCB

Black with #467CCB

Text Example


Text Example

White with #467CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,124,203); }

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

background-color css

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

 a { background-color: rgb(70,124,203); }

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

border-color css

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

 span { border-color: rgb(70,124,203); }

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