#455986

Color #455986 Chambray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chambray #455986

Tints of Chambray #455986

Color information

#455986 (or 0x455986) is unknown color: approx Chambray. HEX triplet: 45, 59 and 86. RGB value is (69,89,134). Sum of RGB (Red+Green+Blue) = 69+89+134=292 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.63% from 292); Green value is 89 (35.16% from 255 or 30.48% from 292); Blue value is 134 (52.73% from 255 or 45.89% from 292); Max value from RGB is 134 - color contains mainly: blue. Hex color #455986 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455986 is #BAA679. Grayscale: #575757. Windows color (decimal): -12232314 or 8804677. OLE color: 8804677.

HSL color Cylindrical-coordinate representation of color #455986: hue angle of 221.54º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #455986 is Cyan = 0.49, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB6989134-
CMYK0.490.3400.47
HSL221.54º32.02%39.8%-
HSV(B)221.54º48.51%52.55%-
XYZ10.3310.1323.97-
YUV88.15153.87114.34-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.63%
GREEN value IS 89 (35.16% from 255) = 30.48%
BLUE value IS 134 (52.73% from 255) = 45.89%
R=23.63%
G=30.48%
B=45.89%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal69891340.490.3400.47221.5432.0239.8
Hex455986312202Fde2028
Octal10513120661420573364050
Binary1000101101100110000110110001100010010111111011110100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455986; }

 p { color: rgb(69,89,134); }

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

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

 a { background-color: rgb(69,89,134); }

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

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

 span { border-color: rgb(69,89,134); }

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