Html Css Color HEX #447375 Ming

📋 copy color: '#447375'

red 68 ◦ green 115 ◦ blue 117

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

Shades of Ming #447375

Tints of Ming #447375

RGB

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

 GREEN value IS 115 (45.31% from 255) = 38.33%

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

R = 22.67%
G = 38.33%
B = 39%

CMYK

 C value IS 0.42

 M value IS 0.02

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#447375 (or 0x447375) is known color: Ming. HEX triplet: 44, 73 and 75. RGB value is (68,115,117). Sum of RGB (Red+Green+Blue) = 68+115+117=300 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.67% from 300); Green value is 115 (45.31% from 255 or 38.33% from 300); Blue value is 117 (46.09% from 255 or 39% from 300); Max value from RGB is 117 - color contains mainly: blue. Hex color #447375 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447375 is #BB8C8A. Grayscale: #656565. Windows color (decimal): -12291211 or 7697220. OLE color: 7697220.

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

Color convert

RGB 68 115 117 -
CMYK 0.42 0.02 0 0.54
HSL 182.45º 0.26% 0.36% -
HSV(B) 182.45º 0.42% 0.46% -
XYZ 11.73 14.77 19.06 -
YUV 101.18 136.93 104.34 -
System Red Green Blue C M Y K H S L
Decimal 68 115 117 0.42 0.02 0 0.54 182.45 0.26 0.36
Hex 44 73 75 2A 2 0 36 B6 1A 24
Octal 104 163 165 52 2 0 66 266 32 44
Binary 1000100 1110011 1110101 101010 10 0 110110 10110110 11010 100100

Color Harmonies of #447375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447375

Black with #447375

Text Example


Text Example

White with #447375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #447375; }

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

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

background-color css

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

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

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

border-color css

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

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

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