Html Css Color HEX #4F636C Fiord

📋 copy color: '#4F636C'

red 79 ◦ green 99 ◦ blue 108

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

Shades of Fiord #4F636C

Tints of Fiord #4F636C

RGB

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

 GREEN value IS 99 (39.06% from 255) = 34.62%

 BLUE value IS 108 (42.58% from 255) = 37.76%

R = 27.62%
G = 34.62%
B = 37.76%

CMYK

 C value IS 0.27

 M value IS 0.08

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#4F636C (or 0x4F636C) is known color: Fiord. HEX triplet: 4F, 63 and 6C. RGB value is (79,99,108). Sum of RGB (Red+Green+Blue) = 79+99+108=286 (37% of max value = 765). Red value is 79 (31.25% from 255 or 27.62% from 286); Green value is 99 (39.06% from 255 or 34.62% from 286); Blue value is 108 (42.58% from 255 or 37.76% from 286); Max value from RGB is 108 - color contains mainly: blue. Hex color #4F636C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F636C is #B09C93. Grayscale: #5D5D5D. Windows color (decimal): -11574420 or 7103311. OLE color: 7103311.

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

Color convert

RGB 79 99 108 -
CMYK 0.27 0.08 0 0.58
HSL 198.62º 0.16% 0.37% -
HSV(B) 198.62º 0.27% 0.42% -
XYZ 10.39 11.67 15.89 -
YUV 94.05 135.87 117.27 -
System Red Green Blue C M Y K H S L
Decimal 79 99 108 0.27 0.08 0 0.58 198.62 0.16 0.37
Hex 4F 63 6C 1B 8 0 3A C7 10 25
Octal 117 143 154 33 10 0 72 307 20 45
Binary 1001111 1100011 1101100 11011 1000 0 111010 11000111 10000 100101

Color Harmonies of #4F636C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F636C

Black with #4F636C

Text Example


Text Example

White with #4F636C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,99,108); }

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

background-color css

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

 a { background-color: rgb(79,99,108); }

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

border-color css

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

 span { border-color: rgb(79,99,108); }

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