Html Css Color HEX #447073 Ming

📋 copy color: '#447073'

red 68 ◦ green 112 ◦ blue 115

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

Shades of Ming #447073

Tints of Ming #447073

RGB

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

 GREEN value IS 112 (44.14% from 255) = 37.97%

 BLUE value IS 115 (45.31% from 255) = 38.98%

R = 23.05%
G = 37.97%
B = 38.98%

CMYK

 C value IS 0.41

 M value IS 0.03

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#447073 (or 0x447073) is known color: Ming. HEX triplet: 44, 70 and 73. RGB value is (68,112,115). Sum of RGB (Red+Green+Blue) = 68+112+115=295 (39% of max value = 765). Red value is 68 (26.95% from 255 or 23.05% from 295); Green value is 112 (44.14% from 255 or 37.97% from 295); Blue value is 115 (45.31% from 255 or 38.98% from 295); Max value from RGB is 115 - color contains mainly: blue. Hex color #447073 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447073 is #BB8F8C. Grayscale: #636363. Windows color (decimal): -12291981 or 7565380. OLE color: 7565380.

HSL color Cylindrical-coordinate representation of color #447073: hue angle of 183.83º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #447073 is Cyan = 0.41, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 68 112 115 -
CMYK 0.41 0.03 0 0.55
HSL 183.83º 0.26% 0.36% -
HSV(B) 183.83º 0.41% 0.45% -
XYZ 11.27 14.06 18.34 -
YUV 99.19 136.92 105.76 -
System Red Green Blue C M Y K H S L
Decimal 68 112 115 0.41 0.03 0 0.55 183.83 0.26 0.36
Hex 44 70 73 29 3 0 37 B8 1A 24
Octal 104 160 163 51 3 0 67 270 32 44
Binary 1000100 1110000 1110011 101001 11 0 110111 10111000 11010 100100

Color Harmonies of #447073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447073

Black with #447073

Text Example


Text Example

White with #447073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #447073; }

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

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

background-color css

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

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

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

border-color css

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

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

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