Html Css Color HEX #447875 Ming

📋 copy color: '#447875'

red 68 ◦ green 120 ◦ blue 117

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

Shades of Ming #447875

Tints of Ming #447875

RGB

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

 GREEN value IS 120 (47.27% from 255) = 39.34%

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

R = 22.3%
G = 39.34%
B = 38.36%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.02

 K value IS 0.53

RGB Variations

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

Color information

#447875 (or 0x447875) is known color: Ming. HEX triplet: 44, 78 and 75. RGB value is (68,120,117). Sum of RGB (Red+Green+Blue) = 68+120+117=305 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.30% from 305); Green value is 120 (47.27% from 255 or 39.34% from 305); Blue value is 117 (46.09% from 255 or 38.36% from 305); Max value from RGB is 120 - color contains mainly: green. Hex color #447875 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447875 is #BB878A. Grayscale: #686868. Windows color (decimal): -12289931 or 7698500. OLE color: 7698500.

HSL color Cylindrical-coordinate representation of color #447875: hue angle of 176.54º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #447875 is Cyan = 0.43, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB 68 120 117 -
CMYK 0.43 0 0.02 0.53
HSL 176.54º 0.28% 0.37% -
HSV(B) 176.54º 0.43% 0.47% -
XYZ 12.31 15.95 19.26 -
YUV 104.11 135.27 102.24 -
System Red Green Blue C M Y K H S L
Decimal 68 120 117 0.43 0 0.02 0.53 176.54 0.28 0.37
Hex 44 78 75 2B 0 2 35 B1 1C 25
Octal 104 170 165 53 0 2 65 261 34 45
Binary 1000100 1111000 1110101 101011 0 10 110101 10110001 11100 100101

Color Harmonies of #447875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447875

Black with #447875

Text Example


Text Example

White with #447875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #447875; }

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

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

background-color css

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

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

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

border-color css

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

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

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