Html Css Color HEX #447275 Ming

📋 copy color: '#447275'

red 68 ◦ green 114 ◦ blue 117

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

Shades of Ming #447275

Tints of Ming #447275

RGB

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

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

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

R = 22.74%
G = 38.13%
B = 39.13%

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

#447275 (or 0x447275) is known color: Ming. HEX triplet: 44, 72 and 75. RGB value is (68,114,117). Sum of RGB (Red+Green+Blue) = 68+114+117=299 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.74% from 299); Green value is 114 (44.92% from 255 or 38.13% from 299); Blue value is 117 (46.09% from 255 or 39.13% from 299); Max value from RGB is 117 - color contains mainly: blue. Hex color #447275 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447275 is #BB8D8A. Grayscale: #646464. Windows color (decimal): -12291467 or 7696964. OLE color: 7696964.

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

Color convert

RGB 68 114 117 -
CMYK 0.42 0.03 0 0.54
HSL 183.67º 0.26% 0.36% -
HSV(B) 183.67º 0.42% 0.46% -
XYZ 11.61 14.55 19.03 -
YUV 100.59 137.26 104.76 -
System Red Green Blue C M Y K H S L
Decimal 68 114 117 0.42 0.03 0 0.54 183.67 0.26 0.36
Hex 44 72 75 2A 3 0 36 B8 1A 24
Octal 104 162 165 52 3 0 66 270 32 44
Binary 1000100 1110010 1110101 101010 11 0 110110 10111000 11010 100100

Color Harmonies of #447275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447275

Black with #447275

Text Example


Text Example

White with #447275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #447275; }

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

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

background-color css

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

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

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

border-color css

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

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

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