#4B5361

Color #4B5361 Bright Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Grey #4B5361

Tints of Bright Grey #4B5361

Color information

#4B5361 (or 0x4B5361) is unknown color: approx Bright Grey. HEX triplet: 4B, 53 and 61. RGB value is (75,83,97). Sum of RGB (Red+Green+Blue) = 75+83+97=255 (33% of max value = 765). Red value is 75 (29.69% from 255 or 29.41% from 255); Green value is 83 (32.81% from 255 or 32.55% from 255); Blue value is 97 (38.28% from 255 or 38.04% from 255); Max value from RGB is 97 - color contains mainly: blue. Hex color #4B5361 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B5361 is #B4AC9E. Grayscale: #525252. Windows color (decimal): -11840671 or 6378315. OLE color: 6378315.

HSL color Cylindrical-coordinate representation of color #4B5361: hue angle of 218.18º degrees, saturation: 0.13, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4B5361 is Cyan = 0.23, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB758397-
CMYK0.230.1400.62
HSL218.18º12.79%33.73%-
HSV(B)218.18º22.68%38.04%-
XYZ8.158.5512.53-
YUV82.2136.35122.86-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 29.41%
GREEN value IS 83 (32.81% from 255) = 32.55%
BLUE value IS 97 (38.28% from 255) = 38.04%
R=29.41%
G=32.55%
B=38.04%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7583970.230.1400.62218.1812.7933.73
Hex4B536117E03Edad22
Octal11312314127160763321542
Binary1001011101001111000011011111100111110110110101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B5361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4B5361;
 }
 .AnyTagClassName
 {
   color: #4B5361;
 }
</style>
background-color css

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

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

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

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

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

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