#468DD6

Color #468DD6 Havelock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Havelock Blue #468DD6

Tints of Havelock Blue #468DD6

Color information

#468DD6 (or 0x468DD6) is unknown color: approx Havelock Blue. HEX triplet: 46, 8D and D6. RGB value is (70,141,214). Sum of RGB (Red+Green+Blue) = 70+141+214=425 (56% of max value = 765). Red value is 70 (27.73% from 255 or 16.47% from 425); Green value is 141 (55.47% from 255 or 33.18% from 425); Blue value is 214 (83.98% from 255 or 50.35% from 425); Max value from RGB is 214 - color contains mainly: blue. Hex color #468DD6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #468DD6 is #B97229. Grayscale: #7F7F7F. Windows color (decimal): -12153386 or 14060870. OLE color: 14060870.

HSL color Cylindrical-coordinate representation of color #468DD6: hue angle of 210.42º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #468DD6 is Cyan = 0.67, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB70141214-
CMYK0.670.3400.16
HSL210.42º63.72%55.69%-
HSV(B)210.42º67.29%83.92%-
XYZ24.1925.2167.21-
YUV128.09176.4886.56-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 16.47%
GREEN value IS 141 (55.47% from 255) = 33.18%
BLUE value IS 214 (83.98% from 255) = 50.35%
R=16.47%
G=33.18%
B=50.35%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal701412140.670.3400.16210.4263.7255.69
Hex468DD64322010d24038
Octal1062153261034202032210070
Binary100011010001101110101101000011100010010000110100101000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468DD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468DD6; }

 p { color: rgb(70,141,214); }

 H1.HeaderClassName
 {
   color: #468DD6;
 }
 .AnyTagClassName
 {
   color: #468DD6;
 }
</style>
background-color css

<style>
 a { background-color: #468DD6; }

 a { background-color: rgb(70,141,214); }

 div.DivClassName
 {
   background-color: #468DD6;
 }
 .BgClassName
 {
   background-color: #468DD6;
 }
</style>
border-color css

<style>
 span { border-color: #468DD6; }

 span { border-color: rgb(70,141,214); }

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