#456DA1

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

Shades of San Marino #456DA1

Tints of San Marino #456DA1

Color information

#456DA1 (or 0x456DA1) is unknown color: approx San Marino. HEX triplet: 45, 6D and A1. RGB value is (69,109,161). Sum of RGB (Red+Green+Blue) = 69+109+161=339 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.35% from 339); Green value is 109 (42.97% from 255 or 32.15% from 339); Blue value is 161 (63.28% from 255 or 47.49% from 339); Max value from RGB is 161 - color contains mainly: blue. Hex color #456DA1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456DA1 is #BA925E. Grayscale: #666666. Windows color (decimal): -12227167 or 10579269. OLE color: 10579269.

HSL color Cylindrical-coordinate representation of color #456DA1: hue angle of 213.91º 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 #456DA1 is Cyan = 0.57, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB69109161-
CMYK0.570.3200.37
HSL213.91º40%45.1%-
HSV(B)213.91º57.14%63.14%-
XYZ14.3614.7835.81-
YUV102.97160.75103.77-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.35%
GREEN value IS 109 (42.97% from 255) = 32.15%
BLUE value IS 161 (63.28% from 255) = 47.49%
R=20.35%
G=32.15%
B=47.49%

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
Decimal691091610.570.3200.37213.914045.1
Hex456DA13920025d6282d
Octal10515524171400453265055
Binary1000101110110110100001111001100000010010111010110101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456DA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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