#445879

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

Shades of Chambray #445879

Tints of Chambray #445879

Color information

#445879 (or 0x445879) is unknown color: approx Chambray. HEX triplet: 44, 58 and 79. RGB value is (68,88,121). Sum of RGB (Red+Green+Blue) = 68+88+121=277 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.55% from 277); Green value is 88 (34.77% from 255 or 31.77% 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 #445879 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445879 is #BBA786. Grayscale: #555555. Windows color (decimal): -12298119 or 7952452. OLE color: 7952452.

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

Color convert

RGB6888121-
CMYK0.440.2700.53
HSL217.36º28.04%37.06%-
HSV(B)217.36º43.8%47.45%-
XYZ9.329.5919.45-
YUV85.78147.87115.32-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.55%
GREEN value IS 88 (34.77% from 255) = 31.77%
BLUE value IS 121 (47.66% from 255) = 43.68%
R=24.55%
G=31.77%
B=43.68%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal68881210.440.2700.53217.3628.0437.06
Hex4458792C1B035d91c25
Octal10413017154330653313445
Binary1000100101100011110011011001101101101011101100111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445879; }

 p { color: rgb(68,88,121); }

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

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

 a { background-color: rgb(68,88,121); }

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

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

 span { border-color: rgb(68,88,121); }

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