Html Css Color HEX #467778 Ming

📋 copy color: '#467778'

red 70 ◦ green 119 ◦ blue 120

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

Shades of Ming #467778

Tints of Ming #467778

RGB

 RED value IS 70 (27.73% from 255) = 22.65%

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

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

R = 22.65%
G = 38.51%
B = 38.83%

CMYK

 C value IS 0.42

 M value IS 0.01

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#467778 (or 0x467778) is known color: Ming. HEX triplet: 46, 77 and 78. RGB value is (70,119,120). Sum of RGB (Red+Green+Blue) = 70+119+120=309 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.65% from 309); Green value is 119 (46.88% from 255 or 38.51% from 309); Blue value is 120 (47.27% from 255 or 38.83% from 309); Max value from RGB is 120 - color contains mainly: blue. Hex color #467778 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467778 is #B98887. Grayscale: #686868. Windows color (decimal): -12159112 or 7894854. OLE color: 7894854.

HSL color Cylindrical-coordinate representation of color #467778: hue angle of 181.2º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #467778 is Cyan = 0.42, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 70 119 120 -
CMYK 0.42 0.01 0 0.53
HSL 181.2º 0.26% 0.37% -
HSV(B) 181.2º 0.42% 0.47% -
XYZ 12.51 15.85 20.17 -
YUV 104.46 136.77 103.42 -
System Red Green Blue C M Y K H S L
Decimal 70 119 120 0.42 0.01 0 0.53 181.2 0.26 0.37
Hex 46 77 78 2A 1 0 35 B5 1A 25
Octal 106 167 170 52 1 0 65 265 32 45
Binary 1000110 1110111 1111000 101010 1 0 110101 10110101 11010 100101

Color Harmonies of #467778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467778

Black with #467778

Text Example


Text Example

White with #467778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467778; }

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

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

background-color css

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

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

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

border-color css

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

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

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