#468AD7

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

Shades of Havelock Blue #468AD7

Tints of Havelock Blue #468AD7

Color information

#468AD7 (or 0x468AD7) is unknown color: approx Havelock Blue. HEX triplet: 46, 8A and D7. RGB value is (70,138,215). Sum of RGB (Red+Green+Blue) = 70+138+215=423 (56% of max value = 765). Red value is 70 (27.73% from 255 or 16.55% from 423); Green value is 138 (54.30% from 255 or 32.62% from 423); Blue value is 215 (84.38% from 255 or 50.83% from 423); Max value from RGB is 215 - color contains mainly: blue. Hex color #468AD7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #468AD7 is #B97528. Grayscale: #7E7E7E. Windows color (decimal): -12154153 or 14125638. OLE color: 14125638.

HSL color Cylindrical-coordinate representation of color #468AD7: hue angle of 211.86º 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 #468AD7 is Cyan = 0.67, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB70138215-
CMYK0.670.3600.16
HSL211.86º64.44%55.88%-
HSV(B)211.86º67.44%84.31%-
XYZ23.8824.3967.74-
YUV126.45177.9787.74-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 16.55%
GREEN value IS 138 (54.30% from 255) = 32.62%
BLUE value IS 215 (84.38% from 255) = 50.83%
R=16.55%
G=32.62%
B=50.83%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal701382150.670.3600.16211.8664.4455.88
Hex468AD74324010d44038
Octal1062123271034402032410070
Binary100011010001010110101111000011100100010000110101001000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468AD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,138,215); }

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

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

 a { background-color: rgb(70,138,215); }

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

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

 span { border-color: rgb(70,138,215); }

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