#468ADC

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

Shades of Havelock Blue #468ADC

Tints of Havelock Blue #468ADC

Color information

#468ADC (or 0x468ADC) is unknown color: approx Havelock Blue. HEX triplet: 46, 8A and DC. RGB value is (70,138,220). Sum of RGB (Red+Green+Blue) = 70+138+220=428 (56% of max value = 765). Red value is 70 (27.73% from 255 or 16.36% from 428); Green value is 138 (54.30% from 255 or 32.24% from 428); Blue value is 220 (86.33% from 255 or 51.40% from 428); Max value from RGB is 220 - color contains mainly: blue. Hex color #468ADC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #468ADC is #B97523. Grayscale: #7E7E7E. Windows color (decimal): -12154148 or 14453318. OLE color: 14453318.

HSL color Cylindrical-coordinate representation of color #468ADC: hue angle of 212.8º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #468ADC is Cyan = 0.68, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB70138220-
CMYK0.680.3700.14
HSL212.8º68.18%56.86%-
HSV(B)212.8º68.18%86.27%-
XYZ24.5324.6571.17-
YUV127.02180.4787.33-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 16.36%
GREEN value IS 138 (54.30% from 255) = 32.24%
BLUE value IS 220 (86.33% from 255) = 51.40%
R=16.36%
G=32.24%
B=51.40%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal701382200.680.3700.14212.868.1856.86
Hex468ADC44250Ed54439
Octal1062123341044501632510471
Binary10001101000101011011100100010010010101110110101011000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468ADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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