#455684

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

Shades of Chambray #455684

Tints of Chambray #455684

Color information

#455684 (or 0x455684) is unknown color: approx Chambray. HEX triplet: 45, 56 and 84. RGB value is (69,86,132). Sum of RGB (Red+Green+Blue) = 69+86+132=287 (38% of max value = 765). Red value is 69 (27.34% from 255 or 24.04% from 287); Green value is 86 (33.98% from 255 or 29.97% from 287); Blue value is 132 (51.95% from 255 or 45.99% from 287); Max value from RGB is 132 - color contains mainly: blue. Hex color #455684 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455684 is #BAA97B. Grayscale: #555555. Windows color (decimal): -12233084 or 8672837. OLE color: 8672837.

HSL color Cylindrical-coordinate representation of color #455684: hue angle of 223.81º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #455684 is Cyan = 0.48, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB6986132-
CMYK0.480.3500.48
HSL223.81º31.34%39.41%-
HSV(B)223.81º47.73%51.76%-
XYZ9.959.5923.16-
YUV86.16153.87115.76-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.04%
GREEN value IS 86 (33.98% from 255) = 29.97%
BLUE value IS 132 (51.95% from 255) = 45.99%
R=24.04%
G=29.97%
B=45.99%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal69861320.480.3500.48223.8131.3439.41
Hex4556843023030e01f27
Octal10512620460430603403747
Binary100010110101101000010011000010001101100001110000011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455684; }

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

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

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

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

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

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

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

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