#455779

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

Shades of Chambray #455779

Tints of Chambray #455779

Color information

#455779 (or 0x455779) is unknown color: approx Chambray. HEX triplet: 45, 57 and 79. RGB value is (69,87,121). Sum of RGB (Red+Green+Blue) = 69+87+121=277 (36% of max value = 765). Red value is 69 (27.34% from 255 or 24.91% from 277); Green value is 87 (34.38% from 255 or 31.41% from 277); Blue value is 121 (47.66% from 255 or 43.68% from 277); Max value from RGB is 121 - color contains mainly: blue. Hex color #455779 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455779 is #BAA886. Grayscale: #555555. Windows color (decimal): -12232839 or 7952197. OLE color: 7952197.

HSL color Cylindrical-coordinate representation of color #455779: hue angle of 219.23º 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 #455779 is Cyan = 0.43, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6987121-
CMYK0.430.2800.53
HSL219.23º27.37%37.25%-
HSV(B)219.23º42.98%47.45%-
XYZ9.319.4619.42-
YUV85.49148.04116.24-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.91%
GREEN value IS 87 (34.38% from 255) = 31.41%
BLUE value IS 121 (47.66% from 255) = 43.68%
R=24.91%
G=31.41%
B=43.68%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal69871210.430.2800.53219.2327.3737.25
Hex4557792B1C035db1b25
Octal10512717153340653333345
Binary1000101101011111110011010111110001101011101101111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455779; }

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

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

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

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

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

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

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

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