#455B7F

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

Shades of Chambray #455B7F

Tints of Chambray #455B7F

Color information

#455B7F (or 0x455B7F) is unknown color: approx Chambray. HEX triplet: 45, 5B and 7F. RGB value is (69,91,127). Sum of RGB (Red+Green+Blue) = 69+91+127=287 (38% of max value = 765). Red value is 69 (27.34% from 255 or 24.04% from 287); Green value is 91 (35.94% from 255 or 31.71% from 287); Blue value is 127 (50% from 255 or 44.25% from 287); Max value from RGB is 127 - color contains mainly: blue. Hex color #455B7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455B7F is #BAA480. Grayscale: #585858. Windows color (decimal): -12231809 or 8346437. OLE color: 8346437.

HSL color Cylindrical-coordinate representation of color #455B7F: hue angle of 217.24º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #455B7F is Cyan = 0.46, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB6991127-
CMYK0.460.2800.50
HSL217.24º29.59%38.43%-
HSV(B)217.24º45.67%49.8%-
XYZ10.0310.2821.53-
YUV88.53149.71114.07-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.04%
GREEN value IS 91 (35.94% from 255) = 31.71%
BLUE value IS 127 (50% from 255) = 44.25%
R=24.04%
G=31.71%
B=44.25%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal69911270.460.2800.50217.2429.5938.43
Hex455B7F2E1C032d91e26
Octal10513317756340623313646
Binary1000101101101111111111011101110001100101101100111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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