#456EAA

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

Shades of San Marino #456EAA

Tints of San Marino #456EAA

Color information

#456EAA (or 0x456EAA) is unknown color: approx San Marino. HEX triplet: 45, 6E and AA. RGB value is (69,110,170). Sum of RGB (Red+Green+Blue) = 69+110+170=349 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.77% from 349); Green value is 110 (43.36% from 255 or 31.52% from 349); Blue value is 170 (66.80% from 255 or 48.71% from 349); Max value from RGB is 170 - color contains mainly: blue. Hex color #456EAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456EAA is #BA9155. Grayscale: #686868. Windows color (decimal): -12226902 or 11169349. OLE color: 11169349.

HSL color Cylindrical-coordinate representation of color #456EAA: hue angle of 215.64º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #456EAA is Cyan = 0.59, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB69110170-
CMYK0.590.3500.33
HSL215.64º42.26%46.86%-
HSV(B)215.64º59.41%66.67%-
XYZ15.2915.3240.18-
YUV104.58164.92102.62-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.77%
GREEN value IS 110 (43.36% from 255) = 31.52%
BLUE value IS 170 (66.80% from 255) = 48.71%
R=19.77%
G=31.52%
B=48.71%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal691101700.590.3500.33215.6442.2646.86
Hex456EAA3B23021d82a2f
Octal10515625273430413305257
Binary1000101110111010101010111011100011010000111011000101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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