Html Css Color HEX #4E5863 Fiord

📋 copy color: '#4E5863'

red 78 ◦ green 88 ◦ blue 99

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

Shades of Fiord #4E5863

Tints of Fiord #4E5863

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 37.36%

R = 29.43%
G = 33.21%
B = 37.36%

CMYK

 C value IS 0.21

 M value IS 0.11

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#4E5863 (or 0x4E5863) is known color: Fiord. HEX triplet: 4E, 58 and 63. RGB value is (78,88,99). Sum of RGB (Red+Green+Blue) = 78+88+99=265 (35% of max value = 765). Red value is 78 (30.86% from 255 or 29.43% from 265); Green value is 88 (34.77% from 255 or 33.21% from 265); Blue value is 99 (39.06% from 255 or 37.36% from 265); Max value from RGB is 99 - color contains mainly: blue. Hex color #4E5863 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E5863 is #B1A79C. Grayscale: #565656. Windows color (decimal): -11642781 or 6510670. OLE color: 6510670.

HSL color Cylindrical-coordinate representation of color #4E5863: hue angle of 211.43º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #4E5863 is Cyan = 0.21, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 78 88 99 -
CMYK 0.21 0.11 0 0.61
HSL 211.43º 0.12% 0.35% -
HSV(B) 211.43º 0.21% 0.39% -
XYZ 8.88 9.5 13.17 -
YUV 86.26 135.19 122.11 -
System Red Green Blue C M Y K H S L
Decimal 78 88 99 0.21 0.11 0 0.61 211.43 0.12 0.35
Hex 4E 58 63 15 B 0 3D D3 C 23
Octal 116 130 143 25 13 0 75 323 14 43
Binary 1001110 1011000 1100011 10101 1011 0 111101 11010011 1100 100011

Color Harmonies of #4E5863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E5863

Black with #4E5863

Text Example


Text Example

White with #4E5863

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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