Html Css Color HEX #4E6169 Fiord

📋 copy color: '#4E6169'

red 78 ◦ green 97 ◦ blue 105

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

Shades of Fiord #4E6169

Tints of Fiord #4E6169

RGB

 RED value IS 78 (30.86% from 255) = 27.86%

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

 BLUE value IS 105 (41.41% from 255) = 37.5%

R = 27.86%
G = 34.64%
B = 37.5%

CMYK

 C value IS 0.26

 M value IS 0.08

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#4E6169 (or 0x4E6169) is known color: Fiord. HEX triplet: 4E, 61 and 69. RGB value is (78,97,105). Sum of RGB (Red+Green+Blue) = 78+97+105=280 (37% of max value = 765). Red value is 78 (30.86% from 255 or 27.86% from 280); Green value is 97 (38.28% from 255 or 34.64% from 280); Blue value is 105 (41.41% from 255 or 37.5% from 280); Max value from RGB is 105 - color contains mainly: blue. Hex color #4E6169 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E6169 is #B19E96. Grayscale: #5C5C5C. Windows color (decimal): -11640471 or 6906190. OLE color: 6906190.

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

Color convert

RGB 78 97 105 -
CMYK 0.26 0.08 0 0.59
HSL 197.78º 0.15% 0.36% -
HSV(B) 197.78º 0.26% 0.41% -
XYZ 9.97 11.19 15 -
YUV 92.23 135.21 117.85 -
System Red Green Blue C M Y K H S L
Decimal 78 97 105 0.26 0.08 0 0.59 197.78 0.15 0.36
Hex 4E 61 69 1A 8 0 3B C6 F 24
Octal 116 141 151 32 10 0 73 306 17 44
Binary 1001110 1100001 1101001 11010 1000 0 111011 11000110 1111 100100

Color Harmonies of #4E6169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E6169

Black with #4E6169

Text Example


Text Example

White with #4E6169

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,97,105); }

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

background-color css

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

 a { background-color: rgb(78,97,105); }

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

border-color css

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

 span { border-color: rgb(78,97,105); }

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