Html Css Color HEX #467074 Ming

📋 copy color: '#467074'

red 70 ◦ green 112 ◦ blue 116

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

Shades of Ming #467074

Tints of Ming #467074

RGB

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

 GREEN value IS 112 (44.14% from 255) = 37.58%

 BLUE value IS 116 (45.7% from 255) = 38.93%

R = 23.49%
G = 37.58%
B = 38.93%

CMYK

 C value IS 0.40

 M value IS 0.03

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#467074 (or 0x467074) is known color: Ming. HEX triplet: 46, 70 and 74. RGB value is (70,112,116). Sum of RGB (Red+Green+Blue) = 70+112+116=298 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.49% from 298); Green value is 112 (44.14% from 255 or 37.58% from 298); Blue value is 116 (45.70% from 255 or 38.93% from 298); Max value from RGB is 116 - color contains mainly: blue. Hex color #467074 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467074 is #B98F8B. Grayscale: #636363. Windows color (decimal): -12160908 or 7630918. OLE color: 7630918.

HSL color Cylindrical-coordinate representation of color #467074: hue angle of 185.22º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #467074 is Cyan = 0.40, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 70 112 116 -
CMYK 0.40 0.03 0 0.55
HSL 185.22º 0.25% 0.36% -
HSV(B) 185.22º 0.4% 0.45% -
XYZ 11.47 14.15 18.65 -
YUV 99.9 137.09 106.67 -
System Red Green Blue C M Y K H S L
Decimal 70 112 116 0.40 0.03 0 0.55 185.22 0.25 0.36
Hex 46 70 74 28 3 0 37 B9 19 24
Octal 106 160 164 50 3 0 67 271 31 44
Binary 1000110 1110000 1110100 101000 11 0 110111 10111001 11001 100100

Color Harmonies of #467074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467074

Black with #467074

Text Example


Text Example

White with #467074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467074; }

 p { color: rgb(70,112,116); }

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

background-color css

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

 a { background-color: rgb(70,112,116); }

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

border-color css

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

 span { border-color: rgb(70,112,116); }

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