#457ACE

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

Shades of Havelock Blue #457ACE

Tints of Havelock Blue #457ACE

Color information

#457ACE (or 0x457ACE) is unknown color: approx Havelock Blue. HEX triplet: 45, 7A and CE. RGB value is (69,122,206). Sum of RGB (Red+Green+Blue) = 69+122+206=397 (52% of max value = 765). Red value is 69 (27.34% from 255 or 17.38% from 397); Green value is 122 (48.05% from 255 or 30.73% from 397); Blue value is 206 (80.86% from 255 or 51.89% from 397); Max value from RGB is 206 - color contains mainly: blue. Hex color #457ACE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #457ACE is #BA8531. Grayscale: #737373. Windows color (decimal): -12223794 or 13531717. OLE color: 13531717.

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

Color convert

RGB69122206-
CMYK0.670.4100.19
HSL216.79º58.3%53.92%-
HSV(B)216.79º66.5%80.78%-
XYZ20.5519.6461.1-
YUV115.73178.9494.67-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 17.38%
GREEN value IS 122 (48.05% from 255) = 30.73%
BLUE value IS 206 (80.86% from 255) = 51.89%
R=17.38%
G=30.73%
B=51.89%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal691222060.670.4100.19216.7958.353.92
Hex457ACE4329013d93a36
Octal105172316103510233317266
Binary1000101111101011001110100001110100101001111011001111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #457ACE; }

 p { color: rgb(69,122,206); }

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

<style>
 a { background-color: #457ACE; }

 a { background-color: rgb(69,122,206); }

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

<style>
 span { border-color: #457ACE; }

 span { border-color: rgb(69,122,206); }

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