Html Css Color HEX #4B5960 Fiord

📋 copy color: '#4B5960'

red 75 ◦ green 89 ◦ blue 96

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

Shades of Fiord #4B5960

Tints of Fiord #4B5960

RGB

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

 GREEN value IS 89 (35.16% from 255) = 34.23%

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

R = 28.85%
G = 34.23%
B = 36.92%

CMYK

 C value IS 0.22

 M value IS 0.07

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#4B5960 (or 0x4B5960) is known color: Fiord. HEX triplet: 4B, 59 and 60. RGB value is (75,89,96). Sum of RGB (Red+Green+Blue) = 75+89+96=260 (34% of max value = 765). Red value is 75 (29.69% from 255 or 28.85% from 260); Green value is 89 (35.16% from 255 or 34.23% from 260); Blue value is 96 (37.89% from 255 or 36.92% from 260); Max value from RGB is 96 - color contains mainly: blue. Hex color #4B5960 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B5960 is #B4A69F. Grayscale: #555555. Windows color (decimal): -11839136 or 6314315. OLE color: 6314315.

HSL color Cylindrical-coordinate representation of color #4B5960: hue angle of 200º 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 #4B5960 is Cyan = 0.22, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 75 89 96 -
CMYK 0.22 0.07 0 0.62
HSL 200º 0.12% 0.34% -
HSV(B) 200º 0.22% 0.38% -
XYZ 8.59 9.49 12.44 -
YUV 85.61 133.86 120.43 -
System Red Green Blue C M Y K H S L
Decimal 75 89 96 0.22 0.07 0 0.62 200 0.12 0.34
Hex 4B 59 60 16 7 0 3E C8 C 22
Octal 113 131 140 26 7 0 76 310 14 42
Binary 1001011 1011001 1100000 10110 111 0 111110 11001000 1100 100010

Color Harmonies of #4B5960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B5960

Black with #4B5960

Text Example


Text Example

White with #4B5960

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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