#457ACA

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

Shades of Havelock Blue #457ACA

Tints of Havelock Blue #457ACA

Color information

#457ACA (or 0x457ACA) is unknown color: approx Havelock Blue. HEX triplet: 45, 7A and CA. RGB value is (69,122,202). Sum of RGB (Red+Green+Blue) = 69+122+202=393 (52% of max value = 765). Red value is 69 (27.34% from 255 or 17.56% from 393); Green value is 122 (48.05% from 255 or 31.04% from 393); Blue value is 202 (79.30% from 255 or 51.40% from 393); Max value from RGB is 202 - color contains mainly: blue. Hex color #457ACA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #457ACA is #BA8535. Grayscale: #727272. Windows color (decimal): -12223798 or 13269573. OLE color: 13269573.

HSL color Cylindrical-coordinate representation of color #457ACA: hue angle of 216.09º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #457ACA is Cyan = 0.66, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB69122202-
CMYK0.660.4000.21
HSL216.09º55.65%53.14%-
HSV(B)216.09º65.84%79.22%-
XYZ20.0719.4558.57-
YUV115.27176.9495-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 17.56%
GREEN value IS 122 (48.05% from 255) = 31.04%
BLUE value IS 202 (79.30% from 255) = 51.40%
R=17.56%
G=31.04%
B=51.40%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal691222020.660.4000.21216.0955.6553.14
Hex457ACA4228015d83835
Octal105172312102500253307065
Binary1000101111101011001010100001010100001010111011000111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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