Html Css Color HEX #485046 Battleship Grey

📋 copy color: '#485046'

red 72 ◦ green 80 ◦ blue 70

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

Shades of Battleship Grey #485046

Tints of Battleship Grey #485046

RGB

 RED value IS 72 (28.52% from 255) = 32.43%

 GREEN value IS 80 (31.64% from 255) = 36.04%

 BLUE value IS 70 (27.73% from 255) = 31.53%

R = 32.43%
G = 36.04%
B = 31.53%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.12

 K value IS 0.69

RGB Variations

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

Color information

#485046 (or 0x485046) is known color: Battleship Grey. HEX triplet: 48, 50 and 46. RGB value is (72,80,70). Sum of RGB (Red+Green+Blue) = 72+80+70=222 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.43% from 222); Green value is 80 (31.64% from 255 or 36.04% from 222); Blue value is 70 (27.73% from 255 or 31.53% from 222); Max value from RGB is 80 - color contains mainly: green. Hex color #485046 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485046 is #B7AFB9. Grayscale: #4C4C4C. Windows color (decimal): -12038074 or 4608072. OLE color: 4608072.

HSL color Cylindrical-coordinate representation of color #485046: hue angle of 108º degrees, saturation: 0.07, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #485046 is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.69.

Color convert

RGB 72 80 70 -
CMYK 0.10 0 0.12 0.69
HSL 108º 0.07% 0.29% -
HSV(B) 108º 0.13% 0.31% -
XYZ 6.65 7.56 6.9 -
YUV 76.47 124.35 124.81 -
System Red Green Blue C M Y K H S L
Decimal 72 80 70 0.10 0 0.12 0.69 108 0.07 0.29
Hex 48 50 46 A 0 C 45 6C 7 1D
Octal 110 120 106 12 0 14 105 154 7 35
Binary 1001000 1010000 1000110 1010 0 1100 1000101 1101100 111 11101

Color Harmonies of #485046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485046

Black with #485046

Text Example


Text Example

White with #485046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485046; }

 p { color: rgb(72,80,70); }

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

background-color css

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

 a { background-color: rgb(72,80,70); }

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

border-color css

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

 span { border-color: rgb(72,80,70); }

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