Html Css Color HEX #4B5153 Trout

📋 copy color: '#4B5153'

red 75 ◦ green 81 ◦ blue 83

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

Shades of Trout #4B5153

Tints of Trout #4B5153

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 34.73%

R = 31.38%
G = 33.89%
B = 34.73%

CMYK

 C value IS 0.10

 M value IS 0.02

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#4B5153 (or 0x4B5153) is known color: Trout. HEX triplet: 4B, 51 and 53. RGB value is (75,81,83). Sum of RGB (Red+Green+Blue) = 75+81+83=239 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.38% from 239); Green value is 81 (32.03% from 255 or 33.89% from 239); Blue value is 83 (32.81% from 255 or 34.73% from 239); Max value from RGB is 83 - color contains mainly: blue. Hex color #4B5153 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B5153 is #B4AEAC. Grayscale: #4F4F4F. Windows color (decimal): -11841197 or 5460299. OLE color: 5460299.

HSL color Cylindrical-coordinate representation of color #4B5153: hue angle of 195º degrees, saturation: 0.05, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #4B5153 is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 75 81 83 -
CMYK 0.10 0.02 0 0.67
HSL 195º 0.05% 0.31% -
HSV(B) 195º 0.1% 0.33% -
XYZ 7.41 8.01 9.34 -
YUV 79.43 130.01 124.84 -
System Red Green Blue C M Y K H S L
Decimal 75 81 83 0.10 0.02 0 0.67 195 0.05 0.31
Hex 4B 51 53 A 2 0 43 C3 5 1F
Octal 113 121 123 12 2 0 103 303 5 37
Binary 1001011 1010001 1010011 1010 10 0 1000011 11000011 101 11111

Color Harmonies of #4B5153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B5153

Black with #4B5153

Text Example


Text Example

White with #4B5153

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,81,83); }

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

background-color css

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

 a { background-color: rgb(75,81,83); }

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

border-color css

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

 span { border-color: rgb(75,81,83); }

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