Html Css Color HEX #4E5860 Fiord

📋 copy color: '#4E5860'

red 78 ◦ green 88 ◦ blue 96

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

Shades of Fiord #4E5860

Tints of Fiord #4E5860

RGB

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

 GREEN value IS 88 (34.77% from 255) = 33.59%

 BLUE value IS 96 (37.89% from 255) = 36.64%

R = 29.77%
G = 33.59%
B = 36.64%

CMYK

 C value IS 0.19

 M value IS 0.08

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#4E5860 (or 0x4E5860) is known color: Fiord. HEX triplet: 4E, 58 and 60. RGB value is (78,88,96). Sum of RGB (Red+Green+Blue) = 78+88+96=262 (34% of max value = 765). Red value is 78 (30.86% from 255 or 29.77% from 262); Green value is 88 (34.77% from 255 or 33.59% from 262); Blue value is 96 (37.89% from 255 or 36.64% from 262); Max value from RGB is 96 - color contains mainly: blue. Hex color #4E5860 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E5860 is #B1A79F. Grayscale: #555555. Windows color (decimal): -11642784 or 6314062. OLE color: 6314062.

HSL color Cylindrical-coordinate representation of color #4E5860: hue angle of 206.67º degrees, saturation: 0.1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #4E5860 is Cyan = 0.19, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 78 88 96 -
CMYK 0.19 0.08 0 0.62
HSL 206.67º 0.1% 0.34% -
HSV(B) 206.67º 0.19% 0.38% -
XYZ 8.74 9.44 12.43 -
YUV 85.92 133.69 122.35 -
System Red Green Blue C M Y K H S L
Decimal 78 88 96 0.19 0.08 0 0.62 206.67 0.1 0.34
Hex 4E 58 60 13 8 0 3E CF A 22
Octal 116 130 140 23 10 0 76 317 12 42
Binary 1001110 1011000 1100000 10011 1000 0 111110 11001111 1010 100010

Color Harmonies of #4E5860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E5860

Black with #4E5860

Text Example


Text Example

White with #4E5860

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,88,96); }

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

background-color css

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

 a { background-color: rgb(78,88,96); }

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

border-color css

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

 span { border-color: rgb(78,88,96); }

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