Html Css Color HEX #4F5A4B Battleship Grey

📋 copy color: '#4F5A4B'

red 79 ◦ green 90 ◦ blue 75

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

Shades of Battleship Grey #4F5A4B

Tints of Battleship Grey #4F5A4B

RGB

 RED value IS 79 (31.25% from 255) = 32.38%

 GREEN value IS 90 (35.55% from 255) = 36.89%

 BLUE value IS 75 (29.69% from 255) = 30.74%

R = 32.38%
G = 36.89%
B = 30.74%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.17

 K value IS 0.65

RGB Variations

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

Color information

#4F5A4B (or 0x4F5A4B) is known color: Battleship Grey. HEX triplet: 4F, 5A and 4B. RGB value is (79,90,75). Sum of RGB (Red+Green+Blue) = 79+90+75=244 (32% of max value = 765). Red value is 79 (31.25% from 255 or 32.38% from 244); Green value is 90 (35.55% from 255 or 36.89% from 244); Blue value is 75 (29.69% from 255 or 30.74% from 244); Max value from RGB is 90 - color contains mainly: green. Hex color #4F5A4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F5A4B is #B0A5B4. Grayscale: #555555. Windows color (decimal): -11576757 or 4938319. OLE color: 4938319.

HSL color Cylindrical-coordinate representation of color #4F5A4B: hue angle of 104º degrees, saturation: 0.09, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #4F5A4B is Cyan = 0.12, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.65.

Color convert

RGB 79 90 75 -
CMYK 0.12 0 0.17 0.65
HSL 104º 0.09% 0.32% -
HSV(B) 104º 0.17% 0.35% -
XYZ 8.15 9.48 8.06 -
YUV 85 122.36 123.72 -
System Red Green Blue C M Y K H S L
Decimal 79 90 75 0.12 0 0.17 0.65 104 0.09 0.32
Hex 4F 5A 4B C 0 11 41 68 9 20
Octal 117 132 113 14 0 21 101 150 11 40
Binary 1001111 1011010 1001011 1100 0 10001 1000001 1101000 1001 100000

Color Harmonies of #4F5A4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F5A4B

Black with #4F5A4B

Text Example


Text Example

White with #4F5A4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,90,75); }

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

background-color css

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

 a { background-color: rgb(79,90,75); }

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

border-color css

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

 span { border-color: rgb(79,90,75); }

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