Html Css Color HEX #485045 Battleship Grey

📋 copy color: '#485045'

red 72 ◦ green 80 ◦ blue 69

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

Shades of Battleship Grey #485045

Tints of Battleship Grey #485045

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 31.22%

R = 32.58%
G = 36.2%
B = 31.22%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.14

 K value IS 0.69

RGB Variations

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

Color information

#485045 (or 0x485045) is known color: Battleship Grey. HEX triplet: 48, 50 and 45. RGB value is (72,80,69). Sum of RGB (Red+Green+Blue) = 72+80+69=221 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.58% from 221); Green value is 80 (31.64% from 255 or 36.20% from 221); Blue value is 69 (27.34% from 255 or 31.22% from 221); Max value from RGB is 80 - color contains mainly: green. Hex color #485045 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485045 is #B7AFBA. Grayscale: #4C4C4C. Windows color (decimal): -12038075 or 4542536. OLE color: 4542536.

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

Color convert

RGB 72 80 69 -
CMYK 0.10 0 0.14 0.69
HSL 103.64º 0.07% 0.29% -
HSV(B) 103.64º 0.14% 0.31% -
XYZ 6.62 7.54 6.74 -
YUV 76.35 123.85 124.89 -
System Red Green Blue C M Y K H S L
Decimal 72 80 69 0.10 0 0.14 0.69 103.64 0.07 0.29
Hex 48 50 45 A 0 E 45 68 7 1D
Octal 110 120 105 12 0 16 105 150 7 35
Binary 1001000 1010000 1000101 1010 0 1110 1000101 1101000 111 11101

Color Harmonies of #485045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485045

Black with #485045

Text Example


Text Example

White with #485045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485045; }

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

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

background-color css

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

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

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

border-color css

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

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

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