Html Css Color HEX #467BCF Havelock Blue

📋 copy color: '#467BCF'

red 70 ◦ green 123 ◦ blue 207

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

Shades of Havelock Blue #467BCF

Tints of Havelock Blue #467BCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 51.75%

R = 17.5%
G = 30.75%
B = 51.75%

CMYK

 C value IS 0.66

 M value IS 0.41

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#467BCF (or 0x467BCF) is known color: Havelock Blue. HEX triplet: 46, 7B and CF. RGB value is (70,123,207). Sum of RGB (Red+Green+Blue) = 70+123+207=400 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.5% from 400); Green value is 123 (48.44% from 255 or 30.75% from 400); Blue value is 207 (81.25% from 255 or 51.75% from 400); Max value from RGB is 207 - color contains mainly: blue. Hex color #467BCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #467BCF is #B98430. Grayscale: #747474. Windows color (decimal): -12158001 or 13597510. OLE color: 13597510.

HSL color Cylindrical-coordinate representation of color #467BCF: hue angle of 216.79º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #467BCF is Cyan = 0.66, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 70 123 207 -
CMYK 0.66 0.41 0 0.19
HSL 216.79º 0.59% 0.54% -
HSV(B) 216.79º 0.66% 0.81% -
XYZ 20.87 19.97 61.79 -
YUV 116.73 178.94 94.67 -
System Red Green Blue C M Y K H S L
Decimal 70 123 207 0.66 0.41 0 0.19 216.79 0.59 0.54
Hex 46 7B CF 42 29 0 13 D9 3B 36
Octal 106 173 317 102 51 0 23 331 73 66
Binary 1000110 1111011 11001111 1000010 101001 0 10011 11011001 111011 110110

Color Harmonies of #467BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467BCF

Black with #467BCF

Text Example


Text Example

White with #467BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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