#445781

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

Shades of Chambray #445781

Tints of Chambray #445781

Color information

#445781 (or 0x445781) is unknown color: approx Chambray. HEX triplet: 44, 57 and 81. RGB value is (68,87,129). Sum of RGB (Red+Green+Blue) = 68+87+129=284 (37% of max value = 765). Red value is 68 (26.95% from 255 or 23.94% from 284); Green value is 87 (34.38% from 255 or 30.63% from 284); Blue value is 129 (50.78% from 255 or 45.42% from 284); Max value from RGB is 129 - color contains mainly: blue. Hex color #445781 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445781 is #BBA87E. Grayscale: #555555. Windows color (decimal): -12298367 or 8476484. OLE color: 8476484.

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

Color convert

RGB6887129-
CMYK0.470.3300.49
HSL221.31º30.96%38.63%-
HSV(B)221.31º47.29%50.59%-
XYZ9.759.6322.11-
YUV86.11152.21115.08-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.94%
GREEN value IS 87 (34.38% from 255) = 30.63%
BLUE value IS 129 (50.78% from 255) = 45.42%
R=23.94%
G=30.63%
B=45.42%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal68871290.470.3300.49221.3130.9638.63
Hex4457812F21031dd1f27
Octal10412720157410613353747
Binary100010010101111000000110111110000101100011101110111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445781; }

 p { color: rgb(68,87,129); }

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

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

 a { background-color: rgb(68,87,129); }

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

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

 span { border-color: rgb(68,87,129); }

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