Html Css Color HEX #467278 Ming

📋 copy color: '#467278'

red 70 ◦ green 114 ◦ blue 120

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

Shades of Ming #467278

Tints of Ming #467278

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 39.47%

R = 23.03%
G = 37.5%
B = 39.47%

CMYK

 C value IS 0.42

 M value IS 0.05

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#467278 (or 0x467278) is known color: Ming. HEX triplet: 46, 72 and 78. RGB value is (70,114,120). Sum of RGB (Red+Green+Blue) = 70+114+120=304 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.03% from 304); Green value is 114 (44.92% from 255 or 37.5% from 304); Blue value is 120 (47.27% from 255 or 39.47% from 304); Max value from RGB is 120 - color contains mainly: blue. Hex color #467278 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467278 is #B98D87. Grayscale: #656565. Windows color (decimal): -12160392 or 7893574. OLE color: 7893574.

HSL color Cylindrical-coordinate representation of color #467278: hue angle of 187.2º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #467278 is Cyan = 0.42, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 70 114 120 -
CMYK 0.42 0.05 0 0.53
HSL 187.2º 0.26% 0.37% -
HSV(B) 187.2º 0.42% 0.47% -
XYZ 11.93 14.69 19.98 -
YUV 101.53 138.42 105.51 -
System Red Green Blue C M Y K H S L
Decimal 70 114 120 0.42 0.05 0 0.53 187.2 0.26 0.37
Hex 46 72 78 2A 5 0 35 BB 1A 25
Octal 106 162 170 52 5 0 65 273 32 45
Binary 1000110 1110010 1111000 101010 101 0 110101 10111011 11010 100101

Color Harmonies of #467278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467278

Black with #467278

Text Example


Text Example

White with #467278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467278; }

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

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

background-color css

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

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

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

border-color css

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

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

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