#456E9A

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

Shades of San Marino #456E9A

Tints of San Marino #456E9A

Color information

#456E9A (or 0x456E9A) is unknown color: approx San Marino. HEX triplet: 45, 6E and 9A. RGB value is (69,110,154). Sum of RGB (Red+Green+Blue) = 69+110+154=333 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.72% from 333); Green value is 110 (43.36% from 255 or 33.03% from 333); Blue value is 154 (60.55% from 255 or 46.25% from 333); Max value from RGB is 154 - color contains mainly: blue. Hex color #456E9A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456E9A is #BA9165. Grayscale: #666666. Windows color (decimal): -12226918 or 10120773. OLE color: 10120773.

HSL color Cylindrical-coordinate representation of color #456E9A: hue angle of 211.06º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #456E9A is Cyan = 0.55, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB69110154-
CMYK0.550.2900.40
HSL211.06º38.12%43.73%-
HSV(B)211.06º55.19%60.39%-
XYZ13.8614.7532.69-
YUV102.76156.92103.92-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.72%
GREEN value IS 110 (43.36% from 255) = 33.03%
BLUE value IS 154 (60.55% from 255) = 46.25%
R=20.72%
G=33.03%
B=46.25%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal691101540.550.2900.40211.0638.1243.73
Hex456E9A371D028d3262c
Octal10515623267350503234654
Binary100010111011101001101011011111101010100011010011100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456E9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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