Html Css Color HEX #447271 Ming

📋 copy color: '#447271'

red 68 ◦ green 114 ◦ blue 113

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

Shades of Ming #447271

Tints of Ming #447271

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 38.31%

R = 23.05%
G = 38.64%
B = 38.31%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.01

 K value IS 0.55

RGB Variations

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

Color information

#447271 (or 0x447271) is known color: Ming. HEX triplet: 44, 72 and 71. RGB value is (68,114,113). Sum of RGB (Red+Green+Blue) = 68+114+113=295 (39% of max value = 765). Red value is 68 (26.95% from 255 or 23.05% from 295); Green value is 114 (44.92% from 255 or 38.64% from 295); Blue value is 113 (44.53% from 255 or 38.31% from 295); Max value from RGB is 114 - color contains mainly: green. Hex color #447271 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447271 is #BB8D8E. Grayscale: #646464. Windows color (decimal): -12291471 or 7434820. OLE color: 7434820.

HSL color Cylindrical-coordinate representation of color #447271: hue angle of 178.7º 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 #447271 is Cyan = 0.40, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.55.

Color convert

RGB 68 114 113 -
CMYK 0.40 0 0.01 0.55
HSL 178.7º 0.25% 0.36% -
HSV(B) 178.7º 0.4% 0.45% -
XYZ 11.38 14.46 17.81 -
YUV 100.13 135.26 105.08 -
System Red Green Blue C M Y K H S L
Decimal 68 114 113 0.40 0 0.01 0.55 178.7 0.25 0.36
Hex 44 72 71 28 0 1 37 B3 19 24
Octal 104 162 161 50 0 1 67 263 31 44
Binary 1000100 1110010 1110001 101000 0 1 110111 10110011 11001 100100

Color Harmonies of #447271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447271

Black with #447271

Text Example


Text Example

White with #447271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #447271; }

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

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

background-color css

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

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

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

border-color css

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

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

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