Html Css Color HEX #407778 Ming

📋 copy color: '#407778'

red 64 ◦ green 119 ◦ blue 120

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

Shades of Ming #407778

Tints of Ming #407778

RGB

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

 GREEN value IS 119 (46.88% from 255) = 39.27%

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

R = 21.12%
G = 39.27%
B = 39.6%

CMYK

 C value IS 0.47

 M value IS 0.01

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#407778 (or 0x407778) is known color: Ming. HEX triplet: 40, 77 and 78. RGB value is (64,119,120). Sum of RGB (Red+Green+Blue) = 64+119+120=303 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.12% from 303); Green value is 119 (46.88% from 255 or 39.27% from 303); Blue value is 120 (47.27% from 255 or 39.60% from 303); Max value from RGB is 120 - color contains mainly: blue. Hex color #407778 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407778 is #BF8887. Grayscale: #666666. Windows color (decimal): -12552328 or 7894848. OLE color: 7894848.

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

Color convert

RGB 64 119 120 -
CMYK 0.47 0.01 0 0.53
HSL 181.07º 0.3% 0.36% -
HSV(B) 181.07º 0.47% 0.47% -
XYZ 12.1 15.64 20.15 -
YUV 102.67 137.78 100.42 -
System Red Green Blue C M Y K H S L
Decimal 64 119 120 0.47 0.01 0 0.53 181.07 0.3 0.36
Hex 40 77 78 2F 1 0 35 B5 1E 24
Octal 100 167 170 57 1 0 65 265 36 44
Binary 1000000 1110111 1111000 101111 1 0 110101 10110101 11110 100100

Color Harmonies of #407778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407778

Black with #407778

Text Example


Text Example

White with #407778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407778; }

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

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

background-color css

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

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

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

border-color css

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

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

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