#456B9D

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

Shades of San Marino #456B9D

Tints of San Marino #456B9D

Color information

#456B9D (or 0x456B9D) is unknown color: approx San Marino. HEX triplet: 45, 6B and 9D. RGB value is (69,107,157). Sum of RGB (Red+Green+Blue) = 69+107+157=333 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.72% from 333); Green value is 107 (42.19% from 255 or 32.13% from 333); Blue value is 157 (61.72% from 255 or 47.15% from 333); Max value from RGB is 157 - color contains mainly: blue. Hex color #456B9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456B9D is #BA9462. Grayscale: #656565. Windows color (decimal): -12227683 or 10316613. OLE color: 10316613.

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

Color convert

RGB69107157-
CMYK0.560.3200.38
HSL214.09º38.94%44.31%-
HSV(B)214.09º56.05%61.57%-
XYZ13.814.2133.91-
YUV101.34159.41104.93-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.72%
GREEN value IS 107 (42.19% from 255) = 32.13%
BLUE value IS 157 (61.72% from 255) = 47.15%
R=20.72%
G=32.13%
B=47.15%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal691071570.560.3200.38214.0938.9444.31
Hex456B9D3820026d6272c
Octal10515323570400463264754
Binary1000101110101110011101111000100000010011011010110100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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