#456EA1

Color #456EA1 San Marino (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of San Marino #456EA1

Tints of San Marino #456EA1

Color information

#456EA1 (or 0x456EA1) is unknown color: approx San Marino. HEX triplet: 45, 6E and A1. RGB value is (69,110,161). Sum of RGB (Red+Green+Blue) = 69+110+161=340 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.29% from 340); Green value is 110 (43.36% from 255 or 32.35% from 340); Blue value is 161 (63.28% from 255 or 47.35% from 340); Max value from RGB is 161 - color contains mainly: blue. Hex color #456EA1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456EA1 is #BA915E. Grayscale: #676767. Windows color (decimal): -12226911 or 10579525. OLE color: 10579525.

HSL color Cylindrical-coordinate representation of color #456EA1: hue angle of 213.26º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #456EA1 is Cyan = 0.57, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB69110161-
CMYK0.570.3200.37
HSL213.26º40%45.1%-
HSV(B)213.26º57.14%63.14%-
XYZ14.4614.9935.85-
YUV103.56160.42103.35-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.29%
GREEN value IS 110 (43.36% from 255) = 32.35%
BLUE value IS 161 (63.28% from 255) = 47.35%
R=20.29%
G=32.35%
B=47.35%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal691101610.570.3200.37213.264045.1
Hex456EA13920025d5282d
Octal10515624171400453255055
Binary1000101110111010100001111001100000010010111010101101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456EA1; }

 p { color: rgb(69,110,161); }

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

<style>
 a { background-color: #456EA1; }

 a { background-color: rgb(69,110,161); }

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

<style>
 span { border-color: #456EA1; }

 span { border-color: rgb(69,110,161); }

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