Html Css Color HEX #4F626B Fiord

📋 copy color: '#4F626B'

red 79 ◦ green 98 ◦ blue 107

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

Shades of Fiord #4F626B

Tints of Fiord #4F626B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 37.68%

R = 27.82%
G = 34.51%
B = 37.68%

CMYK

 C value IS 0.26

 M value IS 0.08

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#4F626B (or 0x4F626B) is known color: Fiord. HEX triplet: 4F, 62 and 6B. RGB value is (79,98,107). Sum of RGB (Red+Green+Blue) = 79+98+107=284 (37% of max value = 765). Red value is 79 (31.25% from 255 or 27.82% from 284); Green value is 98 (38.67% from 255 or 34.51% from 284); Blue value is 107 (42.19% from 255 or 37.68% from 284); Max value from RGB is 107 - color contains mainly: blue. Hex color #4F626B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F626B is #B09D94. Grayscale: #5D5D5D. Windows color (decimal): -11574677 or 7037519. OLE color: 7037519.

HSL color Cylindrical-coordinate representation of color #4F626B: hue angle of 199.29º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #4F626B is Cyan = 0.26, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 79 98 107 -
CMYK 0.26 0.08 0 0.58
HSL 199.29º 0.15% 0.36% -
HSV(B) 199.29º 0.26% 0.42% -
XYZ 10.25 11.46 15.58 -
YUV 93.35 135.71 117.77 -
System Red Green Blue C M Y K H S L
Decimal 79 98 107 0.26 0.08 0 0.58 199.29 0.15 0.36
Hex 4F 62 6B 1A 8 0 3A C7 F 24
Octal 117 142 153 32 10 0 72 307 17 44
Binary 1001111 1100010 1101011 11010 1000 0 111010 11000111 1111 100100

Color Harmonies of #4F626B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F626B

Black with #4F626B

Text Example


Text Example

White with #4F626B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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