Html Css Color HEX #467072 Ming

📋 copy color: '#467072'

red 70 ◦ green 112 ◦ blue 114

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

Shades of Ming #467072

Tints of Ming #467072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 38.51%

R = 23.65%
G = 37.84%
B = 38.51%

CMYK

 C value IS 0.39

 M value IS 0.02

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#467072 (or 0x467072) is known color: Ming. HEX triplet: 46, 70 and 72. RGB value is (70,112,114). Sum of RGB (Red+Green+Blue) = 70+112+114=296 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.65% from 296); Green value is 112 (44.14% from 255 or 37.84% from 296); Blue value is 114 (44.92% from 255 or 38.51% from 296); Max value from RGB is 114 - color contains mainly: blue. Hex color #467072 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467072 is #B98F8D. Grayscale: #636363. Windows color (decimal): -12160910 or 7499846. OLE color: 7499846.

HSL color Cylindrical-coordinate representation of color #467072: hue angle of 182.73º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #467072 is Cyan = 0.39, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 70 112 114 -
CMYK 0.39 0.02 0 0.55
HSL 182.73º 0.24% 0.36% -
HSV(B) 182.73º 0.39% 0.45% -
XYZ 11.36 14.11 18.04 -
YUV 99.67 136.09 106.84 -
System Red Green Blue C M Y K H S L
Decimal 70 112 114 0.39 0.02 0 0.55 182.73 0.24 0.36
Hex 46 70 72 27 2 0 37 B7 18 24
Octal 106 160 162 47 2 0 67 267 30 44
Binary 1000110 1110000 1110010 100111 10 0 110111 10110111 11000 100100

Color Harmonies of #467072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467072

Black with #467072

Text Example


Text Example

White with #467072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467072; }

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

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

background-color css

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

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

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

border-color css

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

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

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