#445F7E

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

Shades of Chambray #445F7E

Tints of Chambray #445F7E

Color information

#445F7E (or 0x445F7E) is unknown color: approx Chambray. HEX triplet: 44, 5F and 7E. RGB value is (68,95,126). Sum of RGB (Red+Green+Blue) = 68+95+126=289 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.53% from 289); Green value is 95 (37.5% from 255 or 32.87% from 289); Blue value is 126 (49.61% from 255 or 43.60% from 289); Max value from RGB is 126 - color contains mainly: blue. Hex color #445F7E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445F7E is #BBA081. Grayscale: #5A5A5A. Windows color (decimal): -12296322 or 8281924. OLE color: 8281924.

HSL color Cylindrical-coordinate representation of color #445F7E: hue angle of 212.07º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #445F7E is Cyan = 0.46, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6895126-
CMYK0.460.2500.51
HSL212.07º29.9%38.04%-
HSV(B)212.07º46.03%49.41%-
XYZ10.2410.9221.31-
YUV90.46148.05111.98-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.53%
GREEN value IS 95 (37.5% from 255) = 32.87%
BLUE value IS 126 (49.61% from 255) = 43.60%
R=23.53%
G=32.87%
B=43.60%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal68951260.460.2500.51212.0729.938.04
Hex445F7E2E19033d41e26
Octal10413717656310633243646
Binary1000100101111111111101011101100101100111101010011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445F7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445F7E; }

 p { color: rgb(68,95,126); }

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

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

 a { background-color: rgb(68,95,126); }

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

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

 span { border-color: rgb(68,95,126); }

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