Html Css Color HEX #4F5A60 Fiord

📋 copy color: '#4F5A60'

red 79 ◦ green 90 ◦ blue 96

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

Shades of Fiord #4F5A60

Tints of Fiord #4F5A60

RGB

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

 GREEN value IS 90 (35.55% from 255) = 33.96%

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

R = 29.81%
G = 33.96%
B = 36.23%

CMYK

 C value IS 0.18

 M value IS 0.06

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#4F5A60 (or 0x4F5A60) is known color: Fiord. HEX triplet: 4F, 5A and 60. RGB value is (79,90,96). Sum of RGB (Red+Green+Blue) = 79+90+96=265 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.81% from 265); Green value is 90 (35.55% from 255 or 33.96% from 265); Blue value is 96 (37.89% from 255 or 36.23% from 265); Max value from RGB is 96 - color contains mainly: blue. Hex color #4F5A60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F5A60 is #B0A59F. Grayscale: #575757. Windows color (decimal): -11576736 or 6314575. OLE color: 6314575.

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

Color convert

RGB 79 90 96 -
CMYK 0.18 0.06 0 0.62
HSL 201.18º 0.1% 0.34% -
HSV(B) 201.18º 0.18% 0.38% -
XYZ 8.99 9.82 12.49 -
YUV 87.4 132.86 122.01 -
System Red Green Blue C M Y K H S L
Decimal 79 90 96 0.18 0.06 0 0.62 201.18 0.1 0.34
Hex 4F 5A 60 12 6 0 3E C9 A 22
Octal 117 132 140 22 6 0 76 311 12 42
Binary 1001111 1011010 1100000 10010 110 0 111110 11001001 1010 100010

Color Harmonies of #4F5A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F5A60

Black with #4F5A60

Text Example


Text Example

White with #4F5A60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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