#468FCE

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

Shades of Havelock Blue #468FCE

Tints of Havelock Blue #468FCE

Color information

#468FCE (or 0x468FCE) is unknown color: approx Havelock Blue. HEX triplet: 46, 8F and CE. RGB value is (70,143,206). Sum of RGB (Red+Green+Blue) = 70+143+206=419 (55% of max value = 765). Red value is 70 (27.73% from 255 or 16.71% from 419); Green value is 143 (56.25% from 255 or 34.13% from 419); Blue value is 206 (80.86% from 255 or 49.16% from 419); Max value from RGB is 206 - color contains mainly: blue. Hex color #468FCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #468FCE is #B97031. Grayscale: #808080. Windows color (decimal): -12152882 or 13537094. OLE color: 13537094.

HSL color Cylindrical-coordinate representation of color #468FCE: hue angle of 207.79º degrees, saturation: 0.58, 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 #468FCE is Cyan = 0.66, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB70143206-
CMYK0.660.3100.19
HSL207.79º58.12%54.12%-
HSV(B)207.79º66.02%80.78%-
XYZ23.4925.462.06-
YUV128.35171.8286.38-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 16.71%
GREEN value IS 143 (56.25% from 255) = 34.13%
BLUE value IS 206 (80.86% from 255) = 49.16%
R=16.71%
G=34.13%
B=49.16%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal701432060.660.3100.19207.7958.1254.12
Hex468FCE421F013d03a36
Octal106217316102370233207266
Binary1000110100011111100111010000101111101001111010000111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,143,206); }

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

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

 a { background-color: rgb(70,143,206); }

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

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

 span { border-color: rgb(70,143,206); }

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