Html Css Color HEX #4B5558 Trout

📋 copy color: '#4B5558'

red 75 ◦ green 85 ◦ blue 88

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

Shades of Trout #4B5558

Tints of Trout #4B5558

RGB

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

 GREEN value IS 85 (33.59% from 255) = 34.27%

 BLUE value IS 88 (34.77% from 255) = 35.48%

R = 30.24%
G = 34.27%
B = 35.48%

CMYK

 C value IS 0.15

 M value IS 0.03

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#4B5558 (or 0x4B5558) is known color: Trout. HEX triplet: 4B, 55 and 58. RGB value is (75,85,88). Sum of RGB (Red+Green+Blue) = 75+85+88=248 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.24% from 248); Green value is 85 (33.59% from 255 or 34.27% from 248); Blue value is 88 (34.77% from 255 or 35.48% from 248); Max value from RGB is 88 - color contains mainly: blue. Hex color #4B5558 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B5558 is #B4AAA7. Grayscale: #525252. Windows color (decimal): -11840168 or 5789003. OLE color: 5789003.

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

Color convert

RGB 75 85 88 -
CMYK 0.15 0.03 0 0.65
HSL 193.85º 0.08% 0.32% -
HSV(B) 193.85º 0.15% 0.35% -
XYZ 7.91 8.7 10.49 -
YUV 82.35 131.19 122.76 -
System Red Green Blue C M Y K H S L
Decimal 75 85 88 0.15 0.03 0 0.65 193.85 0.08 0.32
Hex 4B 55 58 F 3 0 41 C2 8 20
Octal 113 125 130 17 3 0 101 302 10 40
Binary 1001011 1010101 1011000 1111 11 0 1000001 11000010 1000 100000

Color Harmonies of #4B5558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B5558

Black with #4B5558

Text Example


Text Example

White with #4B5558

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,85,88); }

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

background-color css

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

 a { background-color: rgb(75,85,88); }

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

border-color css

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

 span { border-color: rgb(75,85,88); }

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