#445878

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

Shades of Chambray #445878

Tints of Chambray #445878

Color information

#445878 (or 0x445878) is unknown color: approx Chambray. HEX triplet: 44, 58 and 78. RGB value is (68,88,120). Sum of RGB (Red+Green+Blue) = 68+88+120=276 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.64% from 276); Green value is 88 (34.77% from 255 or 31.88% from 276); Blue value is 120 (47.27% from 255 or 43.48% from 276); Max value from RGB is 120 - color contains mainly: blue. Hex color #445878 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445878 is #BBA787. Grayscale: #555555. Windows color (decimal): -12298120 or 7886916. OLE color: 7886916.

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

Color convert

RGB6888120-
CMYK0.430.2700.53
HSL216.92º27.66%36.86%-
HSV(B)216.92º43.33%47.06%-
XYZ9.269.5619.13-
YUV85.67147.37115.4-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.64%
GREEN value IS 88 (34.77% from 255) = 31.88%
BLUE value IS 120 (47.27% from 255) = 43.48%
R=24.64%
G=31.88%
B=43.48%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal68881200.430.2700.53216.9227.6636.86
Hex4458782B1B035d91c25
Octal10413017053330653313445
Binary1000100101100011110001010111101101101011101100111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445878; }

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

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

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

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

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

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

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

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