Html Css Color HEX #467978 Ming

📋 copy color: '#467978'

red 70 ◦ green 121 ◦ blue 120

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

Shades of Ming #467978

Tints of Ming #467978

RGB

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

 GREEN value IS 121 (47.66% from 255) = 38.91%

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

R = 22.51%
G = 38.91%
B = 38.59%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.01

 K value IS 0.53

RGB Variations

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

Color information

#467978 (or 0x467978) is known color: Ming. HEX triplet: 46, 79 and 78. RGB value is (70,121,120). Sum of RGB (Red+Green+Blue) = 70+121+120=311 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.51% from 311); Green value is 121 (47.66% from 255 or 38.91% from 311); Blue value is 120 (47.27% from 255 or 38.59% from 311); Max value from RGB is 121 - color contains mainly: green. Hex color #467978 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467978 is #B98687. Grayscale: #696969. Windows color (decimal): -12158600 or 7895366. OLE color: 7895366.

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

Color convert

RGB 70 121 120 -
CMYK 0.42 0 0.01 0.53
HSL 178.82º 0.27% 0.37% -
HSV(B) 178.82º 0.42% 0.47% -
XYZ 12.75 16.33 20.25 -
YUV 105.64 136.1 102.58 -
System Red Green Blue C M Y K H S L
Decimal 70 121 120 0.42 0 0.01 0.53 178.82 0.27 0.37
Hex 46 79 78 2A 0 1 35 B3 1B 25
Octal 106 171 170 52 0 1 65 263 33 45
Binary 1000110 1111001 1111000 101010 0 1 110101 10110011 11011 100101

Color Harmonies of #467978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467978

Black with #467978

Text Example


Text Example

White with #467978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467978; }

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

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

background-color css

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

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

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

border-color css

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

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

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