Html Css Color HEX #447273 Ming

📋 copy color: '#447273'

red 68 ◦ green 114 ◦ blue 115

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

Shades of Ming #447273

Tints of Ming #447273

RGB

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

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

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

R = 22.9%
G = 38.38%
B = 38.72%

CMYK

 C value IS 0.41

 M value IS 0.01

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#447273 (or 0x447273) is known color: Ming. HEX triplet: 44, 72 and 73. RGB value is (68,114,115). Sum of RGB (Red+Green+Blue) = 68+114+115=297 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.90% from 297); Green value is 114 (44.92% from 255 or 38.38% from 297); Blue value is 115 (45.31% from 255 or 38.72% from 297); Max value from RGB is 115 - color contains mainly: blue. Hex color #447273 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447273 is #BB8D8C. Grayscale: #646464. Windows color (decimal): -12291469 or 7565892. OLE color: 7565892.

HSL color Cylindrical-coordinate representation of color #447273: hue angle of 181.28º 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 #447273 is Cyan = 0.41, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 68 114 115 -
CMYK 0.41 0.01 0 0.55
HSL 181.28º 0.26% 0.36% -
HSV(B) 181.28º 0.41% 0.45% -
XYZ 11.5 14.5 18.41 -
YUV 100.36 136.26 104.92 -
System Red Green Blue C M Y K H S L
Decimal 68 114 115 0.41 0.01 0 0.55 181.28 0.26 0.36
Hex 44 72 73 29 1 0 37 B5 1A 24
Octal 104 162 163 51 1 0 67 265 32 44
Binary 1000100 1110010 1110011 101001 1 0 110111 10110101 11010 100100

Color Harmonies of #447273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447273

Black with #447273

Text Example


Text Example

White with #447273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #447273; }

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

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

background-color css

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

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

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

border-color css

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

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

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