#456B9F

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

Shades of San Marino #456B9F

Tints of San Marino #456B9F

Color information

#456B9F (or 0x456B9F) is unknown color: approx San Marino. HEX triplet: 45, 6B and 9F. RGB value is (69,107,159). Sum of RGB (Red+Green+Blue) = 69+107+159=335 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.60% from 335); Green value is 107 (42.19% from 255 or 31.94% from 335); Blue value is 159 (62.5% from 255 or 47.46% from 335); Max value from RGB is 159 - color contains mainly: blue. Hex color #456B9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456B9F is #BA9460. Grayscale: #656565. Windows color (decimal): -12227681 or 10447685. OLE color: 10447685.

HSL color Cylindrical-coordinate representation of color #456B9F: hue angle of 214.67º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #456B9F is Cyan = 0.57, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB69107159-
CMYK0.570.3300.38
HSL214.67º39.47%44.71%-
HSV(B)214.67º56.6%62.35%-
XYZ13.9714.2834.82-
YUV101.57160.41104.77-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.60%
GREEN value IS 107 (42.19% from 255) = 31.94%
BLUE value IS 159 (62.5% from 255) = 47.46%
R=20.60%
G=31.94%
B=47.46%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal691071590.570.3300.38214.6739.4744.71
Hex456B9F3921026d7272d
Octal10515323771410463274755
Binary1000101110101110011111111001100001010011011010111100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456B9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,107,159); }

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

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

 a { background-color: rgb(69,107,159); }

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

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

 span { border-color: rgb(69,107,159); }

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