Html Css Color HEX #447270 Ming

📋 copy color: '#447270'

red 68 ◦ green 114 ◦ blue 112

#447270
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ming #447270

Tints of Ming #447270

RGB

 RED value IS 68 (26.95% from 255) = 23.13%

 GREEN value IS 114 (44.92% from 255) = 38.78%

 BLUE value IS 112 (44.14% from 255) = 38.1%

R = 23.13%
G = 38.78%
B = 38.1%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.02

 K value IS 0.55

RGB Variations

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

Color information

#447270 (or 0x447270) is known color: Ming. HEX triplet: 44, 72 and 70. RGB value is (68,114,112). Sum of RGB (Red+Green+Blue) = 68+114+112=294 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.13% from 294); Green value is 114 (44.92% from 255 or 38.78% from 294); Blue value is 112 (44.14% from 255 or 38.10% from 294); Max value from RGB is 114 - color contains mainly: green. Hex color #447270 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447270 is #BB8D8F. Grayscale: #636363. Windows color (decimal): -12291472 or 7369284. OLE color: 7369284.

HSL color Cylindrical-coordinate representation of color #447270: hue angle of 177.39º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #447270 is Cyan = 0.40, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.55.

Color convert

RGB 68 114 112 -
CMYK 0.40 0 0.02 0.55
HSL 177.39º 0.25% 0.36% -
HSV(B) 177.39º 0.4% 0.45% -
XYZ 11.33 14.43 17.52 -
YUV 100.02 134.76 105.16 -
System Red Green Blue C M Y K H S L
Decimal 68 114 112 0.40 0 0.02 0.55 177.39 0.25 0.36
Hex 44 72 70 28 0 2 37 B1 19 24
Octal 104 162 160 50 0 2 67 261 31 44
Binary 1000100 1110010 1110000 101000 0 10 110111 10110001 11001 100100

Color Harmonies of #447270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447270

Black with #447270

Text Example


Text Example

White with #447270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #447270; }

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

 H1.HeaderClassName
 {
   color: #447270;
 }
 .AnyTagClassName
 {
   color: #447270;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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