#455B79

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

Shades of Chambray #455B79

Tints of Chambray #455B79

Color information

#455B79 (or 0x455B79) is unknown color: approx Chambray. HEX triplet: 45, 5B and 79. RGB value is (69,91,121). Sum of RGB (Red+Green+Blue) = 69+91+121=281 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.56% from 281); Green value is 91 (35.94% from 255 or 32.38% from 281); Blue value is 121 (47.66% from 255 or 43.06% from 281); Max value from RGB is 121 - color contains mainly: blue. Hex color #455B79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455B79 is #BAA486. Grayscale: #575757. Windows color (decimal): -12231815 or 7953221. OLE color: 7953221.

HSL color Cylindrical-coordinate representation of color #455B79: hue angle of 214.62º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #455B79 is Cyan = 0.43, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6991121-
CMYK0.430.2500.53
HSL214.62º27.37%37.25%-
HSV(B)214.62º42.98%47.45%-
XYZ9.6510.1319.54-
YUV87.84146.71114.56-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.56%
GREEN value IS 91 (35.94% from 255) = 32.38%
BLUE value IS 121 (47.66% from 255) = 43.06%
R=24.56%
G=32.38%
B=43.06%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal69911210.430.2500.53214.6227.3737.25
Hex455B792B19035d71b25
Octal10513317153310653273345
Binary1000101101101111110011010111100101101011101011111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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