Html Css Color HEX #4B5460 Bright Grey

📋 copy color: '#4B5460'

red 75 ◦ green 84 ◦ blue 96

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

Shades of Bright Grey #4B5460

Tints of Bright Grey #4B5460

RGB

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

 GREEN value IS 84 (33.2% from 255) = 32.94%

 BLUE value IS 96 (37.89% from 255) = 37.65%

R = 29.41%
G = 32.94%
B = 37.65%

CMYK

 C value IS 0.22

 M value IS 0.12

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#4B5460 (or 0x4B5460) is known color: Bright Grey. HEX triplet: 4B, 54 and 60. RGB value is (75,84,96). Sum of RGB (Red+Green+Blue) = 75+84+96=255 (33% of max value = 765). Red value is 75 (29.69% from 255 or 29.41% from 255); Green value is 84 (33.20% from 255 or 32.94% from 255); Blue value is 96 (37.89% from 255 or 37.65% from 255); Max value from RGB is 96 - color contains mainly: blue. Hex color #4B5460 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B5460 is #B4AB9F. Grayscale: #525252. Windows color (decimal): -11840416 or 6313035. OLE color: 6313035.

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

Color convert

RGB 75 84 96 -
CMYK 0.22 0.12 0 0.62
HSL 214.29º 0.12% 0.34% -
HSV(B) 214.29º 0.22% 0.38% -
XYZ 8.18 8.68 12.31 -
YUV 82.68 135.52 122.52 -
System Red Green Blue C M Y K H S L
Decimal 75 84 96 0.22 0.12 0 0.62 214.29 0.12 0.34
Hex 4B 54 60 16 C 0 3E D6 C 22
Octal 113 124 140 26 14 0 76 326 14 42
Binary 1001011 1010100 1100000 10110 1100 0 111110 11010110 1100 100010

Color Harmonies of #4B5460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B5460

Black with #4B5460

Text Example


Text Example

White with #4B5460

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,84,96); }

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

background-color css

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

 a { background-color: rgb(75,84,96); }

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

border-color css

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

 span { border-color: rgb(75,84,96); }

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