#455F7A

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

Shades of Chambray #455F7A

Tints of Chambray #455F7A

Color information

#455F7A (or 0x455F7A) is unknown color: approx Chambray. HEX triplet: 45, 5F and 7A. RGB value is (69,95,122). Sum of RGB (Red+Green+Blue) = 69+95+122=286 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.13% from 286); Green value is 95 (37.5% from 255 or 33.22% from 286); Blue value is 122 (48.05% from 255 or 42.66% from 286); Max value from RGB is 122 - color contains mainly: blue. Hex color #455F7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455F7A is #BAA085. Grayscale: #5A5A5A. Windows color (decimal): -12230790 or 8019781. OLE color: 8019781.

HSL color Cylindrical-coordinate representation of color #455F7A: hue angle of 210.57º 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 #455F7A is Cyan = 0.43, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6995122-
CMYK0.430.2200.52
HSL210.57º27.75%37.45%-
HSV(B)210.57º43.44%47.84%-
XYZ10.0610.8519.98-
YUV90.3145.89112.8-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.13%
GREEN value IS 95 (37.5% from 255) = 33.22%
BLUE value IS 122 (48.05% from 255) = 42.66%
R=24.13%
G=33.22%
B=42.66%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal69951220.430.2200.52210.5727.7537.45
Hex455F7A2B16034d31c25
Octal10513717253260643233445
Binary1000101101111111110101010111011001101001101001111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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