Html Css Color HEX #4A5846 Battleship Grey

📋 copy color: '#4A5846'

red 74 ◦ green 88 ◦ blue 70

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

Shades of Battleship Grey #4A5846

Tints of Battleship Grey #4A5846

RGB

 RED value IS 74 (29.3% from 255) = 31.9%

 GREEN value IS 88 (34.77% from 255) = 37.93%

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

R = 31.9%
G = 37.93%
B = 30.17%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.20

 K value IS 0.65

RGB Variations

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

Color information

#4A5846 (or 0x4A5846) is known color: Battleship Grey. HEX triplet: 4A, 58 and 46. RGB value is (74,88,70). Sum of RGB (Red+Green+Blue) = 74+88+70=232 (30% of max value = 765). Red value is 74 (29.30% from 255 or 31.90% from 232); Green value is 88 (34.77% from 255 or 37.93% from 232); Blue value is 70 (27.73% from 255 or 30.17% from 232); Max value from RGB is 88 - color contains mainly: green. Hex color #4A5846 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A5846 is #B5A7B9. Grayscale: #515151. Windows color (decimal): -11904954 or 4610122. OLE color: 4610122.

HSL color Cylindrical-coordinate representation of color #4A5846: hue angle of 106.67º degrees, saturation: 0.11, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #4A5846 is Cyan = 0.16, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.65.

Color convert

RGB 74 88 70 -
CMYK 0.16 0 0.20 0.65
HSL 106.67º 0.11% 0.31% -
HSV(B) 106.67º 0.2% 0.35% -
XYZ 7.42 8.88 7.12 -
YUV 81.76 121.36 122.46 -
System Red Green Blue C M Y K H S L
Decimal 74 88 70 0.16 0 0.20 0.65 106.67 0.11 0.31
Hex 4A 58 46 10 0 14 41 6B B 1F
Octal 112 130 106 20 0 24 101 153 13 37
Binary 1001010 1011000 1000110 10000 0 10100 1000001 1101011 1011 11111

Color Harmonies of #4A5846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A5846

Black with #4A5846

Text Example


Text Example

White with #4A5846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A5846; }

 p { color: rgb(74,88,70); }

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

background-color css

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

 a { background-color: rgb(74,88,70); }

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

border-color css

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

 span { border-color: rgb(74,88,70); }

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