Html Css Color HEX #4B5961 Fiord

📋 copy color: '#4B5961'

red 75 ◦ green 89 ◦ blue 97

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

Shades of Fiord #4B5961

Tints of Fiord #4B5961

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 37.16%

R = 28.74%
G = 34.1%
B = 37.16%

CMYK

 C value IS 0.23

 M value IS 0.08

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#4B5961 (or 0x4B5961) is known color: Fiord. HEX triplet: 4B, 59 and 61. RGB value is (75,89,97). Sum of RGB (Red+Green+Blue) = 75+89+97=261 (34% of max value = 765). Red value is 75 (29.69% from 255 or 28.74% from 261); Green value is 89 (35.16% from 255 or 34.10% from 261); Blue value is 97 (38.28% from 255 or 37.16% from 261); Max value from RGB is 97 - color contains mainly: blue. Hex color #4B5961 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B5961 is #B4A69E. Grayscale: #555555. Windows color (decimal): -11839135 or 6379851. OLE color: 6379851.

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

Color convert

RGB 75 89 97 -
CMYK 0.23 0.08 0 0.62
HSL 201.82º 0.13% 0.34% -
HSV(B) 201.82º 0.23% 0.38% -
XYZ 8.63 9.5 12.69 -
YUV 85.73 134.36 120.35 -
System Red Green Blue C M Y K H S L
Decimal 75 89 97 0.23 0.08 0 0.62 201.82 0.13 0.34
Hex 4B 59 61 17 8 0 3E CA D 22
Octal 113 131 141 27 10 0 76 312 15 42
Binary 1001011 1011001 1100001 10111 1000 0 111110 11001010 1101 100010

Color Harmonies of #4B5961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B5961

Black with #4B5961

Text Example


Text Example

White with #4B5961

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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