Html Css Color HEX #467076 Ming

📋 copy color: '#467076'

red 70 ◦ green 112 ◦ blue 118

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

Shades of Ming #467076

Tints of Ming #467076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 39.33%

R = 23.33%
G = 37.33%
B = 39.33%

CMYK

 C value IS 0.41

 M value IS 0.05

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#467076 (or 0x467076) is known color: Ming. HEX triplet: 46, 70 and 76. RGB value is (70,112,118). Sum of RGB (Red+Green+Blue) = 70+112+118=300 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.33% from 300); Green value is 112 (44.14% from 255 or 37.33% from 300); Blue value is 118 (46.48% from 255 or 39.33% from 300); Max value from RGB is 118 - color contains mainly: blue. Hex color #467076 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467076 is #B98F89. Grayscale: #646464. Windows color (decimal): -12160906 or 7761990. OLE color: 7761990.

HSL color Cylindrical-coordinate representation of color #467076: hue angle of 187.5º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #467076 is Cyan = 0.41, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 70 112 118 -
CMYK 0.41 0.05 0 0.54
HSL 187.5º 0.26% 0.37% -
HSV(B) 187.5º 0.41% 0.46% -
XYZ 11.59 14.2 19.27 -
YUV 100.13 138.09 106.51 -
System Red Green Blue C M Y K H S L
Decimal 70 112 118 0.41 0.05 0 0.54 187.5 0.26 0.37
Hex 46 70 76 29 5 0 36 BC 1A 25
Octal 106 160 166 51 5 0 66 274 32 45
Binary 1000110 1110000 1110110 101001 101 0 110110 10111100 11010 100101

Color Harmonies of #467076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467076

Black with #467076

Text Example


Text Example

White with #467076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467076; }

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

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

background-color css

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

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

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

border-color css

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

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

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