Html Css Color HEX #4B4E4A Battleship Grey

📋 copy color: '#4B4E4A'

red 75 ◦ green 78 ◦ blue 74

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

Shades of Battleship Grey #4B4E4A

Tints of Battleship Grey #4B4E4A

RGB

 RED value IS 75 (29.69% from 255) = 33.04%

 GREEN value IS 78 (30.86% from 255) = 34.36%

 BLUE value IS 74 (29.3% from 255) = 32.6%

R = 33.04%
G = 34.36%
B = 32.6%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.05

 K value IS 0.69

RGB Variations

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

Color information

#4B4E4A (or 0x4B4E4A) is known color: Battleship Grey. HEX triplet: 4B, 4E and 4A. RGB value is (75,78,74). Sum of RGB (Red+Green+Blue) = 75+78+74=227 (30% of max value = 765). Red value is 75 (29.69% from 255 or 33.04% from 227); Green value is 78 (30.86% from 255 or 34.36% from 227); Blue value is 74 (29.30% from 255 or 32.60% from 227); Max value from RGB is 78 - color contains mainly: green. Hex color #4B4E4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B4E4A is #B4B1B5. Grayscale: #4C4C4C. Windows color (decimal): -11841974 or 4869707. OLE color: 4869707.

HSL color Cylindrical-coordinate representation of color #4B4E4A: hue angle of 105º degrees, saturation: 0.03, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #4B4E4A is Cyan = 0.04, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.69.

Color convert

RGB 75 78 74 -
CMYK 0.04 0 0.05 0.69
HSL 105º 0.03% 0.3% -
HSV(B) 105º 0.05% 0.31% -
XYZ 6.86 7.44 7.55 -
YUV 76.65 126.51 126.83 -
System Red Green Blue C M Y K H S L
Decimal 75 78 74 0.04 0 0.05 0.69 105 0.03 0.3
Hex 4B 4E 4A 4 0 5 45 69 3 1E
Octal 113 116 112 4 0 5 105 151 3 36
Binary 1001011 1001110 1001010 100 0 101 1000101 1101001 11 11110

Color Harmonies of #4B4E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B4E4A

Black with #4B4E4A

Text Example


Text Example

White with #4B4E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,78,74); }

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

background-color css

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

 a { background-color: rgb(75,78,74); }

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

border-color css

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

 span { border-color: rgb(75,78,74); }

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