Html Css Color HEX #407578 Ming

📋 copy color: '#407578'

red 64 ◦ green 117 ◦ blue 120

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

Shades of Ming #407578

Tints of Ming #407578

RGB

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

 GREEN value IS 117 (46.09% from 255) = 38.87%

 BLUE value IS 120 (47.27% from 255) = 39.87%

R = 21.26%
G = 38.87%
B = 39.87%

CMYK

 C value IS 0.47

 M value IS 0.02

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#407578 (or 0x407578) is known color: Ming. HEX triplet: 40, 75 and 78. RGB value is (64,117,120). Sum of RGB (Red+Green+Blue) = 64+117+120=301 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.26% from 301); Green value is 117 (46.09% from 255 or 38.87% from 301); Blue value is 120 (47.27% from 255 or 39.87% from 301); Max value from RGB is 120 - color contains mainly: blue. Hex color #407578 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407578 is #BF8A87. Grayscale: #656565. Windows color (decimal): -12552840 or 7894336. OLE color: 7894336.

HSL color Cylindrical-coordinate representation of color #407578: hue angle of 183.21º degrees, saturation: 0.3, 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 #407578 is Cyan = 0.47, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 64 117 120 -
CMYK 0.47 0.02 0 0.53
HSL 183.21º 0.3% 0.36% -
HSV(B) 183.21º 0.47% 0.47% -
XYZ 11.87 15.17 20.07 -
YUV 101.5 138.44 101.26 -
System Red Green Blue C M Y K H S L
Decimal 64 117 120 0.47 0.02 0 0.53 183.21 0.3 0.36
Hex 40 75 78 2F 2 0 35 B7 1E 24
Octal 100 165 170 57 2 0 65 267 36 44
Binary 1000000 1110101 1111000 101111 10 0 110101 10110111 11110 100100

Color Harmonies of #407578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407578

Black with #407578

Text Example


Text Example

White with #407578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407578; }

 p { color: rgb(64,117,120); }

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

background-color css

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

 a { background-color: rgb(64,117,120); }

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

border-color css

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

 span { border-color: rgb(64,117,120); }

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