#456FB0

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

Shades of San Marino #456FB0

Tints of San Marino #456FB0

Color information

#456FB0 (or 0x456FB0) is unknown color: approx San Marino. HEX triplet: 45, 6F and B0. RGB value is (69,111,176). Sum of RGB (Red+Green+Blue) = 69+111+176=356 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.38% from 356); Green value is 111 (43.75% from 255 or 31.18% from 356); Blue value is 176 (69.14% from 255 or 49.44% from 356); Max value from RGB is 176 - color contains mainly: blue. Hex color #456FB0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456FB0 is #BA904F. Grayscale: #696969. Windows color (decimal): -12226640 or 11562821. OLE color: 11562821.

HSL color Cylindrical-coordinate representation of color #456FB0: hue angle of 216.45º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #456FB0 is Cyan = 0.61, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB69111176-
CMYK0.610.3700.31
HSL216.45º43.67%48.04%-
HSV(B)216.45º60.8%69.02%-
XYZ15.9815.7743.28-
YUV105.85167.59101.71-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.38%
GREEN value IS 111 (43.75% from 255) = 31.18%
BLUE value IS 176 (69.14% from 255) = 49.44%
R=19.38%
G=31.18%
B=49.44%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal691111760.610.3700.31216.4543.6748.04
Hex456FB03D2501Fd82c30
Octal10515726075450373305460
Binary100010111011111011000011110110010101111111011000101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456FB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,111,176); }

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

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

 a { background-color: rgb(69,111,176); }

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

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

 span { border-color: rgb(69,111,176); }

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