Html Css Color HEX #447A76 Ming

📋 copy color: '#447A76'

red 68 ◦ green 122 ◦ blue 118

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

Shades of Ming #447A76

Tints of Ming #447A76

RGB

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

 GREEN value IS 122 (48.05% from 255) = 39.61%

 BLUE value IS 118 (46.48% from 255) = 38.31%

R = 22.08%
G = 39.61%
B = 38.31%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.03

 K value IS 0.52

RGB Variations

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

Color information

#447A76 (or 0x447A76) is known color: Ming. HEX triplet: 44, 7A and 76. RGB value is (68,122,118). Sum of RGB (Red+Green+Blue) = 68+122+118=308 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.08% from 308); Green value is 122 (48.05% from 255 or 39.61% from 308); Blue value is 118 (46.48% from 255 or 38.31% from 308); Max value from RGB is 122 - color contains mainly: green. Hex color #447A76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447A76 is #BB8589. Grayscale: #696969. Windows color (decimal): -12289418 or 7764548. OLE color: 7764548.

HSL color Cylindrical-coordinate representation of color #447A76: hue angle of 175.56º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #447A76 is Cyan = 0.44, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.52.

Color convert

RGB 68 122 118 -
CMYK 0.44 0 0.03 0.52
HSL 175.56º 0.28% 0.37% -
HSV(B) 175.56º 0.44% 0.48% -
XYZ 12.61 16.46 19.65 -
YUV 105.4 135.11 101.33 -
System Red Green Blue C M Y K H S L
Decimal 68 122 118 0.44 0 0.03 0.52 175.56 0.28 0.37
Hex 44 7A 76 2C 0 3 34 B0 1C 25
Octal 104 172 166 54 0 3 64 260 34 45
Binary 1000100 1111010 1110110 101100 0 11 110100 10110000 11100 100101

Color Harmonies of #447A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447A76

Black with #447A76

Text Example


Text Example

White with #447A76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #447A76; }

 p { color: rgb(68,122,118); }

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

background-color css

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

 a { background-color: rgb(68,122,118); }

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

border-color css

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

 span { border-color: rgb(68,122,118); }

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