Html Css Color HEX #467271 Ming

📋 copy color: '#467271'

red 70 ◦ green 114 ◦ blue 113

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

Shades of Ming #467271

Tints of Ming #467271

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 38.05%

R = 23.57%
G = 38.38%
B = 38.05%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.01

 K value IS 0.55

RGB Variations

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

Color information

#467271 (or 0x467271) is known color: Ming. HEX triplet: 46, 72 and 71. RGB value is (70,114,113). Sum of RGB (Red+Green+Blue) = 70+114+113=297 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.57% from 297); Green value is 114 (44.92% from 255 or 38.38% from 297); Blue value is 113 (44.53% from 255 or 38.05% from 297); Max value from RGB is 114 - color contains mainly: green. Hex color #467271 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467271 is #B98D8E. Grayscale: #646464. Windows color (decimal): -12160399 or 7434822. OLE color: 7434822.

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

Color convert

RGB 70 114 113 -
CMYK 0.39 0 0.01 0.55
HSL 178.64º 0.24% 0.36% -
HSV(B) 178.64º 0.39% 0.45% -
XYZ 11.52 14.53 17.82 -
YUV 100.73 134.92 106.08 -
System Red Green Blue C M Y K H S L
Decimal 70 114 113 0.39 0 0.01 0.55 178.64 0.24 0.36
Hex 46 72 71 27 0 1 37 B3 18 24
Octal 106 162 161 47 0 1 67 263 30 44
Binary 1000110 1110010 1110001 100111 0 1 110111 10110011 11000 100100

Color Harmonies of #467271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467271

Black with #467271

Text Example


Text Example

White with #467271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467271; }

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

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

background-color css

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

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

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

border-color css

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

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

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