#445873

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

Shades of Chambray #445873

Tints of Chambray #445873

Color information

#445873 (or 0x445873) is unknown color: approx Chambray. HEX triplet: 44, 58 and 73. RGB value is (68,88,115). Sum of RGB (Red+Green+Blue) = 68+88+115=271 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.09% from 271); Green value is 88 (34.77% from 255 or 32.47% from 271); Blue value is 115 (45.31% from 255 or 42.44% from 271); Max value from RGB is 115 - color contains mainly: blue. Hex color #445873 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445873 is #BBA78C. Grayscale: #545454. Windows color (decimal): -12298125 or 7559236. OLE color: 7559236.

HSL color Cylindrical-coordinate representation of color #445873: hue angle of 214.47º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #445873 is Cyan = 0.41, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6888115-
CMYK0.410.2300.55
HSL214.47º25.68%35.88%-
HSV(B)214.47º40.87%45.1%-
XYZ8.979.4517.57-
YUV85.1144.87115.8-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.09%
GREEN value IS 88 (34.77% from 255) = 32.47%
BLUE value IS 115 (45.31% from 255) = 42.44%
R=25.09%
G=32.47%
B=42.44%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal68881150.410.2300.55214.4725.6835.88
Hex4458732917037d61a24
Octal10413016351270673263244
Binary1000100101100011100111010011011101101111101011011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445873; }

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

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

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

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

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

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

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

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