Html Css Color HEX #467A79 Ming

📋 copy color: '#467A79'

red 70 ◦ green 122 ◦ blue 121

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

Shades of Ming #467A79

Tints of Ming #467A79

RGB

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

 GREEN value IS 122 (48.05% from 255) = 38.98%

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

R = 22.36%
G = 38.98%
B = 38.66%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.01

 K value IS 0.52

RGB Variations

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

Color information

#467A79 (or 0x467A79) is known color: Ming. HEX triplet: 46, 7A and 79. RGB value is (70,122,121). Sum of RGB (Red+Green+Blue) = 70+122+121=313 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.36% from 313); Green value is 122 (48.05% from 255 or 38.98% from 313); Blue value is 121 (47.66% from 255 or 38.66% from 313); Max value from RGB is 122 - color contains mainly: green. Hex color #467A79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467A79 is #B98586. Grayscale: #6A6A6A. Windows color (decimal): -12158343 or 7961158. OLE color: 7961158.

HSL color Cylindrical-coordinate representation of color #467A79: hue angle of 178.85º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #467A79 is Cyan = 0.43, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.52.

Color convert

RGB 70 122 121 -
CMYK 0.43 0 0.01 0.52
HSL 178.85º 0.27% 0.38% -
HSV(B) 178.85º 0.43% 0.48% -
XYZ 12.94 16.6 20.61 -
YUV 106.34 136.27 102.08 -
System Red Green Blue C M Y K H S L
Decimal 70 122 121 0.43 0 0.01 0.52 178.85 0.27 0.38
Hex 46 7A 79 2B 0 1 34 B3 1B 26
Octal 106 172 171 53 0 1 64 263 33 46
Binary 1000110 1111010 1111001 101011 0 1 110100 10110011 11011 100110

Color Harmonies of #467A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467A79

Black with #467A79

Text Example


Text Example

White with #467A79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467A79; }

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

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

background-color css

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

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

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

border-color css

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

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

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