Html Css Color HEX #447277 Ming

📋 copy color: '#447277'

red 68 ◦ green 114 ◦ blue 119

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

Shades of Ming #447277

Tints of Ming #447277

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 39.53%

R = 22.59%
G = 37.87%
B = 39.53%

CMYK

 C value IS 0.43

 M value IS 0.04

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#447277 (or 0x447277) is known color: Ming. HEX triplet: 44, 72 and 77. RGB value is (68,114,119). Sum of RGB (Red+Green+Blue) = 68+114+119=301 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.59% from 301); Green value is 114 (44.92% from 255 or 37.87% from 301); Blue value is 119 (46.88% from 255 or 39.53% from 301); Max value from RGB is 119 - color contains mainly: blue. Hex color #447277 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447277 is #BB8D88. Grayscale: #646464. Windows color (decimal): -12291465 or 7828036. OLE color: 7828036.

HSL color Cylindrical-coordinate representation of color #447277: hue angle of 185.88º degrees, saturation: 0.27, 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 #447277 is Cyan = 0.43, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 68 114 119 -
CMYK 0.43 0.04 0 0.53
HSL 185.88º 0.27% 0.37% -
HSV(B) 185.88º 0.43% 0.47% -
XYZ 11.73 14.6 19.65 -
YUV 100.82 138.26 104.59 -
System Red Green Blue C M Y K H S L
Decimal 68 114 119 0.43 0.04 0 0.53 185.88 0.27 0.37
Hex 44 72 77 2B 4 0 35 BA 1B 25
Octal 104 162 167 53 4 0 65 272 33 45
Binary 1000100 1110010 1110111 101011 100 0 110101 10111010 11011 100101

Color Harmonies of #447277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447277

Black with #447277

Text Example


Text Example

White with #447277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #447277; }

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

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

background-color css

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

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

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

border-color css

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

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

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