Html Css Color HEX #467BCC Havelock Blue

📋 copy color: '#467BCC'

red 70 ◦ green 123 ◦ blue 204

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

Shades of Havelock Blue #467BCC

Tints of Havelock Blue #467BCC

RGB

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

 GREEN value IS 123 (48.44% from 255) = 30.98%

 BLUE value IS 204 (80.08% from 255) = 51.39%

R = 17.63%
G = 30.98%
B = 51.39%

CMYK

 C value IS 0.66

 M value IS 0.40

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#467BCC (or 0x467BCC) is known color: Havelock Blue. HEX triplet: 46, 7B and CC. RGB value is (70,123,204). Sum of RGB (Red+Green+Blue) = 70+123+204=397 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.63% from 397); Green value is 123 (48.44% from 255 or 30.98% from 397); Blue value is 204 (80.08% from 255 or 51.39% from 397); Max value from RGB is 204 - color contains mainly: blue. Hex color #467BCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #467BCC is #B98433. Grayscale: #747474. Windows color (decimal): -12158004 or 13400902. OLE color: 13400902.

HSL color Cylindrical-coordinate representation of color #467BCC: hue angle of 216.27º 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 #467BCC is Cyan = 0.66, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 70 123 204 -
CMYK 0.66 0.40 0 0.2
HSL 216.27º 0.57% 0.54% -
HSV(B) 216.27º 0.66% 0.8% -
XYZ 20.51 19.83 59.87 -
YUV 116.39 177.44 94.91 -
System Red Green Blue C M Y K H S L
Decimal 70 123 204 0.66 0.40 0 0.2 216.27 0.57 0.54
Hex 46 7B CC 42 28 0 14 D8 39 36
Octal 106 173 314 102 50 0 24 330 71 66
Binary 1000110 1111011 11001100 1000010 101000 0 10100 11011000 111001 110110

Color Harmonies of #467BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467BCC

Black with #467BCC

Text Example


Text Example

White with #467BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,123,204); }

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

background-color css

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

 a { background-color: rgb(70,123,204); }

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

border-color css

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

 span { border-color: rgb(70,123,204); }

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