#455681

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

Shades of Chambray #455681

Tints of Chambray #455681

Color information

#455681 (or 0x455681) is unknown color: approx Chambray. HEX triplet: 45, 56 and 81. RGB value is (69,86,129). Sum of RGB (Red+Green+Blue) = 69+86+129=284 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.30% from 284); Green value is 86 (33.98% from 255 or 30.28% from 284); Blue value is 129 (50.78% from 255 or 45.42% from 284); Max value from RGB is 129 - color contains mainly: blue. Hex color #455681 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455681 is #BAA97E. Grayscale: #555555. Windows color (decimal): -12233087 or 8476229. OLE color: 8476229.

HSL color Cylindrical-coordinate representation of color #455681: hue angle of 223º degrees, saturation: 0.3, 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 #455681 is Cyan = 0.47, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB6986129-
CMYK0.470.3300.49
HSL223º30.3%38.82%-
HSV(B)223º46.51%50.59%-
XYZ9.749.5122.09-
YUV85.82152.37116-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.30%
GREEN value IS 86 (33.98% from 255) = 30.28%
BLUE value IS 129 (50.78% from 255) = 45.42%
R=24.30%
G=30.28%
B=45.42%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal69861290.470.3300.4922330.338.82
Hex4556812F21031df1e27
Octal10512620157410613373647
Binary100010110101101000000110111110000101100011101111111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455681; }

 p { color: rgb(69,86,129); }

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

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

 a { background-color: rgb(69,86,129); }

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

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

 span { border-color: rgb(69,86,129); }

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