#455B7C

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

Shades of Chambray #455B7C

Tints of Chambray #455B7C

Color information

#455B7C (or 0x455B7C) is unknown color: approx Chambray. HEX triplet: 45, 5B and 7C. RGB value is (69,91,124). Sum of RGB (Red+Green+Blue) = 69+91+124=284 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.30% from 284); Green value is 91 (35.94% from 255 or 32.04% from 284); Blue value is 124 (48.83% from 255 or 43.66% from 284); Max value from RGB is 124 - color contains mainly: blue. Hex color #455B7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455B7C is #BAA483. Grayscale: #585858. Windows color (decimal): -12231812 or 8149829. OLE color: 8149829.

HSL color Cylindrical-coordinate representation of color #455B7C: hue angle of 216º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #455B7C is Cyan = 0.44, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6991124-
CMYK0.440.2700.51
HSL216º28.5%37.84%-
HSV(B)216º44.35%48.63%-
XYZ9.8310.220.52-
YUV88.18148.21114.32-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.30%
GREEN value IS 91 (35.94% from 255) = 32.04%
BLUE value IS 124 (48.83% from 255) = 43.66%
R=24.30%
G=32.04%
B=43.66%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal69911240.440.2700.5121628.537.84
Hex455B7C2C1B033d81c26
Octal10513317454330633303446
Binary1000101101101111111001011001101101100111101100011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455B7C; }

 p { color: rgb(69,91,124); }

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

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

 a { background-color: rgb(69,91,124); }

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

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

 span { border-color: rgb(69,91,124); }

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