#445882

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

Shades of Chambray #445882

Tints of Chambray #445882

Color information

#445882 (or 0x445882) is unknown color: approx Chambray. HEX triplet: 44, 58 and 82. RGB value is (68,88,130). Sum of RGB (Red+Green+Blue) = 68+88+130=286 (37% of max value = 765). Red value is 68 (26.95% from 255 or 23.78% from 286); Green value is 88 (34.77% from 255 or 30.77% from 286); Blue value is 130 (51.17% from 255 or 45.45% from 286); Max value from RGB is 130 - color contains mainly: blue. Hex color #445882 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445882 is #BBA77D. Grayscale: #565656. Windows color (decimal): -12298110 or 8542276. OLE color: 8542276.

HSL color Cylindrical-coordinate representation of color #445882: hue angle of 220.65º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #445882 is Cyan = 0.48, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB6888130-
CMYK0.480.3200.49
HSL220.65º31.31%38.82%-
HSV(B)220.65º47.69%50.98%-
XYZ9.99.8222.49-
YUV86.81152.37114.58-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.78%
GREEN value IS 88 (34.77% from 255) = 30.77%
BLUE value IS 130 (51.17% from 255) = 45.45%
R=23.78%
G=30.77%
B=45.45%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal68881300.480.3200.49220.6531.3138.82
Hex4458823020031dd1f27
Octal10413020260400613353747
Binary100010010110001000001011000010000001100011101110111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445882; }

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

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

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

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

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

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

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

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