#467275

Color #467275 Ming (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ming #467275

Tints of Ming #467275

Color information

#467275 (or 0x467275) is unknown color: approx Ming. HEX triplet: 46, 72 and 75. RGB value is (70,114,117). Sum of RGB (Red+Green+Blue) = 70+114+117=301 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.26% from 301); Green value is 114 (44.92% from 255 or 37.87% from 301); Blue value is 117 (46.09% from 255 or 38.87% from 301); Max value from RGB is 117 - color contains mainly: blue. Hex color #467275 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467275 is #B98D8A. Grayscale: #656565. Windows color (decimal): -12160395 or 7696966. OLE color: 7696966.

HSL color Cylindrical-coordinate representation of color #467275: hue angle of 183.83º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #467275 is Cyan = 0.40, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB70114117-
CMYK0.400.0300.54
HSL183.83º25.13%36.67%-
HSV(B)183.83º40.17%45.88%-
XYZ11.7514.6219.03-
YUV101.19136.92105.76-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.26%
GREEN value IS 114 (44.92% from 255) = 37.87%
BLUE value IS 117 (46.09% from 255) = 38.87%
R=23.26%
G=37.87%
B=38.87%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal701141170.400.0300.54183.8325.1336.67
Hex467275283036b81925
Octal1061621655030662703145
Binary1000110111001011101011010001101101101011100011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467275; }

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

 H1.HeaderClassName
 {
   color: #467275;
 }
 .AnyTagClassName
 {
   color: #467275;
 }
</style>
background-color css

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

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

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

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

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

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