Html Css Color HEX #4F555A Fiord

📋 copy color: '#4F555A'

red 79 ◦ green 85 ◦ blue 90

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

Shades of Fiord #4F555A

Tints of Fiord #4F555A

RGB

 RED value IS 79 (31.25% from 255) = 31.1%

 GREEN value IS 85 (33.59% from 255) = 33.46%

 BLUE value IS 90 (35.55% from 255) = 35.43%

R = 31.1%
G = 33.46%
B = 35.43%

CMYK

 C value IS 0.12

 M value IS 0.06

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#4F555A (or 0x4F555A) is known color: Fiord. HEX triplet: 4F, 55 and 5A. RGB value is (79,85,90). Sum of RGB (Red+Green+Blue) = 79+85+90=254 (33% of max value = 765). Red value is 79 (31.25% from 255 or 31.10% from 254); Green value is 85 (33.59% from 255 or 33.46% from 254); Blue value is 90 (35.55% from 255 or 35.43% from 254); Max value from RGB is 90 - color contains mainly: blue. Hex color #4F555A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F555A is #B0AAA5. Grayscale: #535353. Windows color (decimal): -11578022 or 5920079. OLE color: 5920079.

HSL color Cylindrical-coordinate representation of color #4F555A: hue angle of 207.27º degrees, saturation: 0.07, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #4F555A is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 79 85 90 -
CMYK 0.12 0.06 0 0.65
HSL 207.27º 0.07% 0.33% -
HSV(B) 207.27º 0.12% 0.35% -
XYZ 8.32 8.9 10.95 -
YUV 83.78 131.51 124.59 -
System Red Green Blue C M Y K H S L
Decimal 79 85 90 0.12 0.06 0 0.65 207.27 0.07 0.33
Hex 4F 55 5A C 6 0 41 CF 7 21
Octal 117 125 132 14 6 0 101 317 7 41
Binary 1001111 1010101 1011010 1100 110 0 1000001 11001111 111 100001

Color Harmonies of #4F555A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F555A

Black with #4F555A

Text Example


Text Example

White with #4F555A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,85,90); }

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

background-color css

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

 a { background-color: rgb(79,85,90); }

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

border-color css

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

 span { border-color: rgb(79,85,90); }

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