Html Css Color HEX #467273 Ming

📋 copy color: '#467273'

red 70 ◦ green 114 ◦ blue 115

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

Shades of Ming #467273

Tints of Ming #467273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 38.46%

R = 23.41%
G = 38.13%
B = 38.46%

CMYK

 C value IS 0.39

 M value IS 0.01

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#467273 (or 0x467273) is known color: Ming. HEX triplet: 46, 72 and 73. RGB value is (70,114,115). Sum of RGB (Red+Green+Blue) = 70+114+115=299 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.41% from 299); Green value is 114 (44.92% from 255 or 38.13% from 299); Blue value is 115 (45.31% from 255 or 38.46% from 299); Max value from RGB is 115 - color contains mainly: blue. Hex color #467273 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467273 is #B98D8C. Grayscale: #646464. Windows color (decimal): -12160397 or 7565894. OLE color: 7565894.

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

Color convert

RGB 70 114 115 -
CMYK 0.39 0.01 0 0.55
HSL 181.33º 0.24% 0.36% -
HSV(B) 181.33º 0.39% 0.45% -
XYZ 11.64 14.57 18.42 -
YUV 100.96 135.92 105.92 -
System Red Green Blue C M Y K H S L
Decimal 70 114 115 0.39 0.01 0 0.55 181.33 0.24 0.36
Hex 46 72 73 27 1 0 37 B5 18 24
Octal 106 162 163 47 1 0 67 265 30 44
Binary 1000110 1110010 1110011 100111 1 0 110111 10110101 11000 100100

Color Harmonies of #467273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467273

Black with #467273

Text Example


Text Example

White with #467273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467273; }

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

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

background-color css

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

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

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

border-color css

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

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

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