#447D5C

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

Shades of Como #447D5C

Tints of Como #447D5C

Color information

#447D5C (or 0x447D5C) is unknown color: approx Como. HEX triplet: 44, 7D and 5C. RGB value is (68,125,92). Sum of RGB (Red+Green+Blue) = 68+125+92=285 (37% of max value = 765). Red value is 68 (26.95% from 255 or 23.86% from 285); Green value is 125 (49.22% from 255 or 43.86% from 285); Blue value is 92 (36.33% from 255 or 32.28% from 285); Max value from RGB is 125 - color contains mainly: green. Hex color #447D5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447D5C is #BB82A3. Grayscale: #686868. Windows color (decimal): -12288676 or 6061380. OLE color: 6061380.

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

Color convert

RGB6812592-
CMYK0.4600.260.51
HSL145.26º29.53%37.84%-
HSV(B)145.26º45.6%49.02%-
XYZ11.6516.6712.73-
YUV104.2121.12102.18-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.86%
GREEN value IS 125 (49.22% from 255) = 43.86%
BLUE value IS 92 (36.33% from 255) = 32.28%
R=23.86%
G=43.86%
B=32.28%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal68125920.4600.260.51145.2629.5337.84
Hex447D5C2E01A33911e26
Octal10417513456032632213646
Binary1000100111110110111001011100110101100111001000111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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