#447275

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

Shades of Ming #447275

Tints of Ming #447275

Color information

#447275 (or 0x447275) is unknown color: approx Ming. HEX triplet: 44, 72 and 75. RGB value is (68,114,117). Sum of RGB (Red+Green+Blue) = 68+114+117=299 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.74% from 299); Green value is 114 (44.92% from 255 or 38.13% from 299); Blue value is 117 (46.09% from 255 or 39.13% from 299); Max value from RGB is 117 - color contains mainly: blue. Hex color #447275 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447275 is #BB8D8A. Grayscale: #646464. Windows color (decimal): -12291467 or 7696964. OLE color: 7696964.

HSL color Cylindrical-coordinate representation of color #447275: hue angle of 183.67º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #447275 is Cyan = 0.42, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB68114117-
CMYK0.420.0300.54
HSL183.67º26.49%36.27%-
HSV(B)183.67º41.88%45.88%-
XYZ11.6114.5519.03-
YUV100.59137.26104.76-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.74%
GREEN value IS 114 (44.92% from 255) = 38.13%
BLUE value IS 117 (46.09% from 255) = 39.13%
R=22.74%
G=38.13%
B=39.13%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal681141170.420.0300.54183.6726.4936.27
Hex4472752A3036b81a24
Octal1041621655230662703244
Binary1000100111001011101011010101101101101011100011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #447275; }

 p { color: rgb(68,114,117); }

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

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

 a { background-color: rgb(68,114,117); }

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

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

 span { border-color: rgb(68,114,117); }

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