#447D5A

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

Shades of Como #447D5A

Tints of Como #447D5A

Color information

#447D5A (or 0x447D5A) is unknown color: approx Como. HEX triplet: 44, 7D and 5A. RGB value is (68,125,90). Sum of RGB (Red+Green+Blue) = 68+125+90=283 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.03% from 283); Green value is 125 (49.22% from 255 or 44.17% from 283); Blue value is 90 (35.55% from 255 or 31.80% from 283); Max value from RGB is 125 - color contains mainly: green. Hex color #447D5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447D5A is #BB82A5. Grayscale: #686868. Windows color (decimal): -12288678 or 5930308. OLE color: 5930308.

HSL color Cylindrical-coordinate representation of color #447D5A: hue angle of 143.16º 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 #447D5A is Cyan = 0.46, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.51.

Color convert

RGB6812590-
CMYK0.4600.280.51
HSL143.16º29.53%37.84%-
HSV(B)143.16º45.6%49.02%-
XYZ11.5616.6312.27-
YUV103.97120.12102.35-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.03%
GREEN value IS 125 (49.22% from 255) = 44.17%
BLUE value IS 90 (35.55% from 255) = 31.80%
R=24.03%
G=44.17%
B=31.80%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal68125900.4600.280.51143.1629.5337.84
Hex447D5A2E01C338f1e26
Octal10417513256034632173646
Binary1000100111110110110101011100111001100111000111111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #447D5A; }

 p { color: rgb(68,125,90); }

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

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

 a { background-color: rgb(68,125,90); }

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

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

 span { border-color: rgb(68,125,90); }

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