Html Css Color HEX #467272 Ming

📋 copy color: '#467272'

red 70 ◦ green 114 ◦ blue 114

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

Shades of Ming #467272

Tints of Ming #467272

RGB

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

 GREEN value IS 114 (44.92% from 255) = 38.26%

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

R = 23.49%
G = 38.26%
B = 38.26%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#467272 (or 0x467272) is known color: Ming. HEX triplet: 46, 72 and 72. RGB value is (70,114,114). Sum of RGB (Red+Green+Blue) = 70+114+114=298 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.49% from 298); Green value is 114 (44.92% from 255 or 38.26% from 298); Blue value is 114 (44.92% from 255 or 38.26% from 298); Max value from RGB is 114 - color contains mainly: green, blue. Hex color #467272 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467272 is #B98D8D. Grayscale: #646464. Windows color (decimal): -12160398 or 7500358. OLE color: 7500358.

HSL color Cylindrical-coordinate representation of color #467272: hue angle of 180º 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 #467272 is Cyan = 0.39, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 70 114 114 -
CMYK 0.39 0 0 0.55
HSL 180º 0.24% 0.36% -
HSV(B) 180º 0.39% 0.45% -
XYZ 11.58 14.55 18.12 -
YUV 100.84 135.42 106 -
System Red Green Blue C M Y K H S L
Decimal 70 114 114 0.39 0 0 0.55 180 0.24 0.36
Hex 46 72 72 27 0 0 37 B4 18 24
Octal 106 162 162 47 0 0 67 264 30 44
Binary 1000110 1110010 1110010 100111 0 0 110111 10110100 11000 100100

Color Harmonies of #467272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467272

Black with #467272

Text Example


Text Example

White with #467272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467272; }

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

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

background-color css

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

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

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

border-color css

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

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

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