#4B545B

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

Shades of Fiord #4B545B

Tints of Fiord #4B545B

Color information

#4B545B (or 0x4B545B) is unknown color: approx Fiord. HEX triplet: 4B, 54 and 5B. RGB value is (75,84,91). Sum of RGB (Red+Green+Blue) = 75+84+91=250 (33% of max value = 765). Red value is 75 (29.69% from 255 or 30% from 250); Green value is 84 (33.20% from 255 or 33.6% from 250); Blue value is 91 (35.94% from 255 or 36.4% from 250); Max value from RGB is 91 - color contains mainly: blue. Hex color #4B545B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B545B is #B4ABA4. Grayscale: #525252. Windows color (decimal): -11840421 or 5985355. OLE color: 5985355.

HSL color Cylindrical-coordinate representation of color #4B545B: hue angle of 206.25º degrees, saturation: 0.1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #4B545B is Cyan = 0.18, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB758491-
CMYK0.180.0800.64
HSL206.25º9.64%32.55%-
HSV(B)206.25º17.58%35.69%-
XYZ7.968.5911.14-
YUV82.11133.02122.93-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 30%
GREEN value IS 84 (33.20% from 255) = 33.6%
BLUE value IS 91 (35.94% from 255) = 36.4%
R=30%
G=33.6%
B=36.4%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7584910.180.0800.64206.259.6432.55
Hex4B545B128040cea21
Octal113124133221001003161241
Binary10010111010100101101110010100001000000110011101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B545B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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