Html Css Color HEX #485145 Battleship Grey

📋 copy color: '#485145'

red 72 ◦ green 81 ◦ blue 69

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

Shades of Battleship Grey #485145

Tints of Battleship Grey #485145

RGB

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

 GREEN value IS 81 (32.03% from 255) = 36.49%

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

R = 32.43%
G = 36.49%
B = 31.08%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.15

 K value IS 0.68

RGB Variations

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

Color information

#485145 (or 0x485145) is known color: Battleship Grey. HEX triplet: 48, 51 and 45. RGB value is (72,81,69). Sum of RGB (Red+Green+Blue) = 72+81+69=222 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.43% from 222); Green value is 81 (32.03% from 255 or 36.49% from 222); Blue value is 69 (27.34% from 255 or 31.08% from 222); Max value from RGB is 81 - color contains mainly: green. Hex color #485145 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485145 is #B7AEBA. Grayscale: #4C4C4C. Windows color (decimal): -12037819 or 4542792. OLE color: 4542792.

HSL color Cylindrical-coordinate representation of color #485145: hue angle of 105º degrees, saturation: 0.08, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #485145 is Cyan = 0.11, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.68.

Color convert

RGB 72 81 69 -
CMYK 0.11 0 0.15 0.68
HSL 105º 0.08% 0.29% -
HSV(B) 105º 0.15% 0.32% -
XYZ 6.69 7.69 6.76 -
YUV 76.94 123.52 124.48 -
System Red Green Blue C M Y K H S L
Decimal 72 81 69 0.11 0 0.15 0.68 105 0.08 0.29
Hex 48 51 45 B 0 F 44 69 8 1D
Octal 110 121 105 13 0 17 104 151 10 35
Binary 1001000 1010001 1000101 1011 0 1111 1000100 1101001 1000 11101

Color Harmonies of #485145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485145

Black with #485145

Text Example


Text Example

White with #485145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485145; }

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

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

background-color css

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

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

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

border-color css

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

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

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