#445982

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

Shades of Chambray #445982

Tints of Chambray #445982

Color information

#445982 (or 0x445982) is unknown color: approx Chambray. HEX triplet: 44, 59 and 82. RGB value is (68,89,130). Sum of RGB (Red+Green+Blue) = 68+89+130=287 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.69% from 287); Green value is 89 (35.16% from 255 or 31.01% from 287); Blue value is 130 (51.17% from 255 or 45.30% from 287); Max value from RGB is 130 - color contains mainly: blue. Hex color #445982 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445982 is #BBA67D. Grayscale: #575757. Windows color (decimal): -12297854 or 8542532. OLE color: 8542532.

HSL color Cylindrical-coordinate representation of color #445982: hue angle of 219.68º 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 #445982 is Cyan = 0.48, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB6889130-
CMYK0.480.3200.49
HSL219.68º31.31%38.82%-
HSV(B)219.68º47.69%50.98%-
XYZ9.999.9922.52-
YUV87.39152.04114.17-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.69%
GREEN value IS 89 (35.16% from 255) = 31.01%
BLUE value IS 130 (51.17% from 255) = 45.30%
R=23.69%
G=31.01%
B=45.30%

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
Decimal68891300.480.3200.49219.6831.3138.82
Hex4459823020031dc1f27
Octal10413120260400613343747
Binary100010010110011000001011000010000001100011101110011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445982; }

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

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

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

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

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

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

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

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