#445677

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

Shades of Chambray #445677

Tints of Chambray #445677

Color information

#445677 (or 0x445677) is unknown color: approx Chambray. HEX triplet: 44, 56 and 77. RGB value is (68,86,119). Sum of RGB (Red+Green+Blue) = 68+86+119=273 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.91% from 273); Green value is 86 (33.98% from 255 or 31.50% from 273); Blue value is 119 (46.88% from 255 or 43.59% from 273); Max value from RGB is 119 - color contains mainly: blue. Hex color #445677 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445677 is #BBA988. Grayscale: #545454. Windows color (decimal): -12298633 or 7820868. OLE color: 7820868.

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

Color convert

RGB6886119-
CMYK0.430.2800.53
HSL218.82º27.27%36.67%-
HSV(B)218.82º42.86%46.67%-
XYZ9.049.2218.76-
YUV84.38147.54116.32-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.91%
GREEN value IS 86 (33.98% from 255) = 31.50%
BLUE value IS 119 (46.88% from 255) = 43.59%
R=24.91%
G=31.50%
B=43.59%

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
Decimal68861190.430.2800.53218.8227.2736.67
Hex4456772B1C035db1b25
Octal10412616753340653333345
Binary1000100101011011101111010111110001101011101101111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445677; }

 p { color: rgb(68,86,119); }

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

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

 a { background-color: rgb(68,86,119); }

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

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

 span { border-color: rgb(68,86,119); }

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