#455A6E

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

Shades of Chambray #455A6E

Tints of Chambray #455A6E

Color information

#455A6E (or 0x455A6E) is unknown color: approx Chambray. HEX triplet: 45, 5A and 6E. RGB value is (69,90,110). Sum of RGB (Red+Green+Blue) = 69+90+110=269 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.65% from 269); Green value is 90 (35.55% from 255 or 33.46% from 269); Blue value is 110 (43.36% from 255 or 40.89% from 269); Max value from RGB is 110 - color contains mainly: blue. Hex color #455A6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455A6E is #BAA591. Grayscale: #555555. Windows color (decimal): -12232082 or 7232069. OLE color: 7232069.

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

Color convert

RGB6990110-
CMYK0.370.1800.57
HSL209.27º22.91%35.1%-
HSV(B)209.27º37.27%43.14%-
XYZ8.929.716.15-
YUV86141.54115.87-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25.65%
GREEN value IS 90 (35.55% from 255) = 33.46%
BLUE value IS 110 (43.36% from 255) = 40.89%
R=25.65%
G=33.46%
B=40.89%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal69901100.370.1800.57209.2722.9135.1
Hex455A6E2512039d11723
Octal10513215645220713212743
Binary1000101101101011011101001011001001110011101000110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,90,110); }

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

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

 a { background-color: rgb(69,90,110); }

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

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

 span { border-color: rgb(69,90,110); }

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