Html Css Color HEX #407279 Ming

📋 copy color: '#407279'

red 64 ◦ green 114 ◦ blue 121

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

Shades of Ming #407279

Tints of Ming #407279

RGB

 RED value IS 64 (25.39% from 255) = 21.4%

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

 BLUE value IS 121 (47.66% from 255) = 40.47%

R = 21.4%
G = 38.13%
B = 40.47%

CMYK

 C value IS 0.47

 M value IS 0.06

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#407279 (or 0x407279) is known color: Ming. HEX triplet: 40, 72 and 79. RGB value is (64,114,121). Sum of RGB (Red+Green+Blue) = 64+114+121=299 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.40% from 299); Green value is 114 (44.92% from 255 or 38.13% from 299); Blue value is 121 (47.66% from 255 or 40.47% from 299); Max value from RGB is 121 - color contains mainly: blue. Hex color #407279 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407279 is #BF8D86. Grayscale: #636363. Windows color (decimal): -12553607 or 7959104. OLE color: 7959104.

HSL color Cylindrical-coordinate representation of color #407279: hue angle of 187.37º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #407279 is Cyan = 0.47, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 64 114 121 -
CMYK 0.47 0.06 0 0.53
HSL 187.37º 0.31% 0.36% -
HSV(B) 187.37º 0.47% 0.47% -
XYZ 11.58 14.51 20.28 -
YUV 99.85 139.94 102.43 -
System Red Green Blue C M Y K H S L
Decimal 64 114 121 0.47 0.06 0 0.53 187.37 0.31 0.36
Hex 40 72 79 2F 6 0 35 BB 1F 24
Octal 100 162 171 57 6 0 65 273 37 44
Binary 1000000 1110010 1111001 101111 110 0 110101 10111011 11111 100100

Color Harmonies of #407279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407279

Black with #407279

Text Example


Text Example

White with #407279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407279; }

 p { color: rgb(64,114,121); }

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

background-color css

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

 a { background-color: rgb(64,114,121); }

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

border-color css

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

 span { border-color: rgb(64,114,121); }

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