Html Css Color HEX #4F626E Fiord

📋 copy color: '#4F626E'

red 79 ◦ green 98 ◦ blue 110

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

Shades of Fiord #4F626E

Tints of Fiord #4F626E

RGB

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

 GREEN value IS 98 (38.67% from 255) = 34.15%

 BLUE value IS 110 (43.36% from 255) = 38.33%

R = 27.53%
G = 34.15%
B = 38.33%

CMYK

 C value IS 0.28

 M value IS 0.11

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#4F626E (or 0x4F626E) is known color: Fiord. HEX triplet: 4F, 62 and 6E. RGB value is (79,98,110). Sum of RGB (Red+Green+Blue) = 79+98+110=287 (38% of max value = 765). Red value is 79 (31.25% from 255 or 27.53% from 287); Green value is 98 (38.67% from 255 or 34.15% from 287); Blue value is 110 (43.36% from 255 or 38.33% from 287); Max value from RGB is 110 - color contains mainly: blue. Hex color #4F626E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F626E is #B09D91. Grayscale: #5D5D5D. Windows color (decimal): -11574674 or 7234127. OLE color: 7234127.

HSL color Cylindrical-coordinate representation of color #4F626E: hue angle of 203.23º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #4F626E is Cyan = 0.28, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 79 98 110 -
CMYK 0.28 0.11 0 0.57
HSL 203.23º 0.16% 0.37% -
HSV(B) 203.23º 0.28% 0.43% -
XYZ 10.41 11.52 16.43 -
YUV 93.69 137.21 117.52 -
System Red Green Blue C M Y K H S L
Decimal 79 98 110 0.28 0.11 0 0.57 203.23 0.16 0.37
Hex 4F 62 6E 1C B 0 39 CB 10 25
Octal 117 142 156 34 13 0 71 313 20 45
Binary 1001111 1100010 1101110 11100 1011 0 111001 11001011 10000 100101

Color Harmonies of #4F626E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F626E

Black with #4F626E

Text Example


Text Example

White with #4F626E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,98,110); }

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

background-color css

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

 a { background-color: rgb(79,98,110); }

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

border-color css

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

 span { border-color: rgb(79,98,110); }

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