#455982

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

Shades of Chambray #455982

Tints of Chambray #455982

Color information

#455982 (or 0x455982) is unknown color: approx Chambray. HEX triplet: 45, 59 and 82. RGB value is (69,89,130). Sum of RGB (Red+Green+Blue) = 69+89+130=288 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.96% from 288); Green value is 89 (35.16% from 255 or 30.90% from 288); Blue value is 130 (51.17% from 255 or 45.14% from 288); Max value from RGB is 130 - color contains mainly: blue. Hex color #455982 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455982 is #BAA67D. Grayscale: #575757. Windows color (decimal): -12232318 or 8542533. OLE color: 8542533.

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

Color convert

RGB6989130-
CMYK0.470.3200.49
HSL220.33º30.65%39.02%-
HSV(B)220.33º46.92%50.98%-
XYZ10.0610.0222.52-
YUV87.69151.87114.67-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.96%
GREEN value IS 89 (35.16% from 255) = 30.90%
BLUE value IS 130 (51.17% from 255) = 45.14%
R=23.96%
G=30.90%
B=45.14%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal69891300.470.3200.49220.3330.6539.02
Hex4559822F20031dc1f27
Octal10513120257400613343747
Binary100010110110011000001010111110000001100011101110011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455982; }

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

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

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

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

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

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

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

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