Html Css Color HEX #4F626D Fiord

📋 copy color: '#4F626D'

red 79 ◦ green 98 ◦ blue 109

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

Shades of Fiord #4F626D

Tints of Fiord #4F626D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 38.11%

R = 27.62%
G = 34.27%
B = 38.11%

CMYK

 C value IS 0.28

 M value IS 0.10

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#4F626D (or 0x4F626D) is known color: Fiord. HEX triplet: 4F, 62 and 6D. RGB value is (79,98,109). Sum of RGB (Red+Green+Blue) = 79+98+109=286 (37% of max value = 765). Red value is 79 (31.25% from 255 or 27.62% from 286); Green value is 98 (38.67% from 255 or 34.27% from 286); Blue value is 109 (42.97% from 255 or 38.11% from 286); Max value from RGB is 109 - color contains mainly: blue. Hex color #4F626D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F626D is #B09D92. Grayscale: #5D5D5D. Windows color (decimal): -11574675 or 7168591. OLE color: 7168591.

HSL color Cylindrical-coordinate representation of color #4F626D: hue angle of 202º 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 #4F626D is Cyan = 0.28, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 79 98 109 -
CMYK 0.28 0.10 0 0.57
HSL 202º 0.16% 0.37% -
HSV(B) 202º 0.28% 0.43% -
XYZ 10.35 11.5 16.14 -
YUV 93.57 136.71 117.61 -
System Red Green Blue C M Y K H S L
Decimal 79 98 109 0.28 0.10 0 0.57 202 0.16 0.37
Hex 4F 62 6D 1C A 0 39 CA 10 25
Octal 117 142 155 34 12 0 71 312 20 45
Binary 1001111 1100010 1101101 11100 1010 0 111001 11001010 10000 100101

Color Harmonies of #4F626D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F626D

Black with #4F626D

Text Example


Text Example

White with #4F626D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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