#455483

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

Shades of Chambray #455483

Tints of Chambray #455483

Color information

#455483 (or 0x455483) is unknown color: approx Chambray. HEX triplet: 45, 54 and 83. RGB value is (69,84,131). Sum of RGB (Red+Green+Blue) = 69+84+131=284 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.30% from 284); Green value is 84 (33.20% from 255 or 29.58% from 284); Blue value is 131 (51.56% from 255 or 46.13% from 284); Max value from RGB is 131 - color contains mainly: blue. Hex color #455483 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455483 is #BAAB7C. Grayscale: #545454. Windows color (decimal): -12233597 or 8606789. OLE color: 8606789.

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

Color convert

RGB6984131-
CMYK0.470.3600.49
HSL225.48º31%39.22%-
HSV(B)225.48º47.33%51.37%-
XYZ9.729.2422.74-
YUV84.87154.03116.68-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.30%
GREEN value IS 84 (33.20% from 255) = 29.58%
BLUE value IS 131 (51.56% from 255) = 46.13%
R=24.30%
G=29.58%
B=46.13%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal69841310.470.3600.49225.483139.22
Hex4554832F24031e11f27
Octal10512420357440613413747
Binary100010110101001000001110111110010001100011110000111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455483; }

 p { color: rgb(69,84,131); }

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

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

 a { background-color: rgb(69,84,131); }

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

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

 span { border-color: rgb(69,84,131); }

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