#445779

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

Shades of Chambray #445779

Tints of Chambray #445779

Color information

#445779 (or 0x445779) is unknown color: approx Chambray. HEX triplet: 44, 57 and 79. RGB value is (68,87,121). Sum of RGB (Red+Green+Blue) = 68+87+121=276 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.64% from 276); Green value is 87 (34.38% from 255 or 31.52% from 276); Blue value is 121 (47.66% from 255 or 43.84% from 276); Max value from RGB is 121 - color contains mainly: blue. Hex color #445779 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445779 is #BBA886. Grayscale: #555555. Windows color (decimal): -12298375 or 7952196. OLE color: 7952196.

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

Color convert

RGB6887121-
CMYK0.440.2800.53
HSL218.49º28.04%37.06%-
HSV(B)218.49º43.8%47.45%-
XYZ9.249.4319.42-
YUV85.2148.21115.74-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.64%
GREEN value IS 87 (34.38% from 255) = 31.52%
BLUE value IS 121 (47.66% from 255) = 43.84%
R=24.64%
G=31.52%
B=43.84%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal68871210.440.2800.53218.4928.0437.06
Hex4457792C1C035da1c25
Octal10412717154340653323445
Binary1000100101011111110011011001110001101011101101011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445779; }

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

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

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

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

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

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

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

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