Html Css Color HEX #49616C Fiord

📋 copy color: '#49616C'

red 73 ◦ green 97 ◦ blue 108

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

Shades of Fiord #49616C

Tints of Fiord #49616C

RGB

 RED value IS 73 (28.91% from 255) = 26.26%

 GREEN value IS 97 (38.28% from 255) = 34.89%

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

R = 26.26%
G = 34.89%
B = 38.85%

CMYK

 C value IS 0.32

 M value IS 0.10

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#49616C (or 0x49616C) is known color: Fiord. HEX triplet: 49, 61 and 6C. RGB value is (73,97,108). Sum of RGB (Red+Green+Blue) = 73+97+108=278 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.26% from 278); Green value is 97 (38.28% from 255 or 34.89% from 278); Blue value is 108 (42.58% from 255 or 38.85% from 278); Max value from RGB is 108 - color contains mainly: blue. Hex color #49616C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49616C is #B69E93. Grayscale: #5B5B5B. Windows color (decimal): -11968148 or 7102793. OLE color: 7102793.

HSL color Cylindrical-coordinate representation of color #49616C: hue angle of 198.86º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #49616C is Cyan = 0.32, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 73 97 108 -
CMYK 0.32 0.10 0 0.58
HSL 198.86º 0.19% 0.35% -
HSV(B) 198.86º 0.32% 0.42% -
XYZ 9.73 11.05 15.81 -
YUV 91.08 137.55 115.11 -
System Red Green Blue C M Y K H S L
Decimal 73 97 108 0.32 0.10 0 0.58 198.86 0.19 0.35
Hex 49 61 6C 20 A 0 3A C7 13 23
Octal 111 141 154 40 12 0 72 307 23 43
Binary 1001001 1100001 1101100 100000 1010 0 111010 11000111 10011 100011

Color Harmonies of #49616C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49616C

Black with #49616C

Text Example


Text Example

White with #49616C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49616C; }

 p { color: rgb(73,97,108); }

 H1.HeaderClassName
 {
   color: #49616C;
 }
 .AnyTagClassName
 {
   color: #49616C;
 }
</style>

background-color css

<style>
 a { background-color: #49616C; }

 a { background-color: rgb(73,97,108); }

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

border-color css

<style>
 span { border-color: #49616C; }

 span { border-color: rgb(73,97,108); }

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