#456E9B

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

Shades of San Marino #456E9B

Tints of San Marino #456E9B

Color information

#456E9B (or 0x456E9B) is unknown color: approx San Marino. HEX triplet: 45, 6E and 9B. RGB value is (69,110,155). Sum of RGB (Red+Green+Blue) = 69+110+155=334 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.66% from 334); Green value is 110 (43.36% from 255 or 32.93% from 334); Blue value is 155 (60.94% from 255 or 46.41% from 334); Max value from RGB is 155 - color contains mainly: blue. Hex color #456E9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456E9B is #BA9164. Grayscale: #666666. Windows color (decimal): -12226917 or 10186309. OLE color: 10186309.

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

Color convert

RGB69110155-
CMYK0.550.2900.39
HSL211.4º38.39%43.92%-
HSV(B)211.4º55.48%60.78%-
XYZ13.9514.7833.13-
YUV102.87157.42103.84-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.66%
GREEN value IS 110 (43.36% from 255) = 32.93%
BLUE value IS 155 (60.94% from 255) = 46.41%
R=20.66%
G=32.93%
B=46.41%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal691101550.550.2900.39211.438.3943.92
Hex456E9B371D027d3262c
Octal10515623367350473234654
Binary100010111011101001101111011111101010011111010011100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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