#455E7A

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

Shades of Chambray #455E7A

Tints of Chambray #455E7A

Color information

#455E7A (or 0x455E7A) is unknown color: approx Chambray. HEX triplet: 45, 5E and 7A. RGB value is (69,94,122). Sum of RGB (Red+Green+Blue) = 69+94+122=285 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.21% from 285); Green value is 94 (37.11% from 255 or 32.98% from 285); Blue value is 122 (48.05% from 255 or 42.81% from 285); Max value from RGB is 122 - color contains mainly: blue. Hex color #455E7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455E7A is #BAA185. Grayscale: #595959. Windows color (decimal): -12231046 or 8019525. OLE color: 8019525.

HSL color Cylindrical-coordinate representation of color #455E7A: hue angle of 211.7º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #455E7A is Cyan = 0.43, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6994122-
CMYK0.430.2300.52
HSL211.7º27.75%37.45%-
HSV(B)211.7º43.44%47.84%-
XYZ9.9710.6819.95-
YUV89.72146.22113.22-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.21%
GREEN value IS 94 (37.11% from 255) = 32.98%
BLUE value IS 122 (48.05% from 255) = 42.81%
R=24.21%
G=32.98%
B=42.81%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal69941220.430.2300.52211.727.7537.45
Hex455E7A2B17034d41c25
Octal10513617253270643243445
Binary1000101101111011110101010111011101101001101010011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,94,122); }

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

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

 a { background-color: rgb(69,94,122); }

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

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

 span { border-color: rgb(69,94,122); }

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