Html Css Color HEX #447175 Ming

📋 copy color: '#447175'

red 68 ◦ green 113 ◦ blue 117

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

Shades of Ming #447175

Tints of Ming #447175

RGB

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

 GREEN value IS 113 (44.53% from 255) = 37.92%

 BLUE value IS 117 (46.09% from 255) = 39.26%

R = 22.82%
G = 37.92%
B = 39.26%

CMYK

 C value IS 0.42

 M value IS 0.03

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#447175 (or 0x447175) is known color: Ming. HEX triplet: 44, 71 and 75. RGB value is (68,113,117). Sum of RGB (Red+Green+Blue) = 68+113+117=298 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.82% from 298); Green value is 113 (44.53% from 255 or 37.92% from 298); Blue value is 117 (46.09% from 255 or 39.26% from 298); Max value from RGB is 117 - color contains mainly: blue. Hex color #447175 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447175 is #BB8E8A. Grayscale: #636363. Windows color (decimal): -12291723 or 7696708. OLE color: 7696708.

HSL color Cylindrical-coordinate representation of color #447175: hue angle of 184.9º 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 #447175 is Cyan = 0.42, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 68 113 117 -
CMYK 0.42 0.03 0 0.54
HSL 184.9º 0.26% 0.36% -
HSV(B) 184.9º 0.42% 0.46% -
XYZ 11.5 14.32 18.99 -
YUV 100 137.59 105.17 -
System Red Green Blue C M Y K H S L
Decimal 68 113 117 0.42 0.03 0 0.54 184.9 0.26 0.36
Hex 44 71 75 2A 3 0 36 B9 1A 24
Octal 104 161 165 52 3 0 66 271 32 44
Binary 1000100 1110001 1110101 101010 11 0 110110 10111001 11010 100100

Color Harmonies of #447175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447175

Black with #447175

Text Example


Text Example

White with #447175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #447175; }

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

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

background-color css

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

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

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

border-color css

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

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

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