Html Css Color HEX #467275 Ming

📋 copy color: '#467275'

red 70 ◦ green 114 ◦ blue 117

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

Shades of Ming #467275

Tints of Ming #467275

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 value IS 0.40

 M value IS 0.03

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#467275 (or 0x467275) is known color: 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

RGB 70 114 117 -
CMYK 0.40 0.03 0 0.54
HSL 183.83º 0.25% 0.37% -
HSV(B) 183.83º 0.4% 0.46% -
XYZ 11.75 14.62 19.03 -
YUV 101.19 136.92 105.76 -
System Red Green Blue C M Y K H S L
Decimal 70 114 117 0.40 0.03 0 0.54 183.83 0.25 0.37
Hex 46 72 75 28 3 0 36 B8 19 25
Octal 106 162 165 50 3 0 66 270 31 45
Binary 1000110 1110010 1110101 101000 11 0 110110 10111000 11001 100101

Color Harmonies of #467275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467275

Black with #467275

Text Example


Text Example

White with #467275

Text Example


Text Example

HTML Codes & Css Web 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>