Html Css Color HEX #4E5A63 Fiord

📋 copy color: '#4E5A63'

red 78 ◦ green 90 ◦ blue 99

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

Shades of Fiord #4E5A63

Tints of Fiord #4E5A63

RGB

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

 GREEN value IS 90 (35.55% from 255) = 33.71%

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

R = 29.21%
G = 33.71%
B = 37.08%

CMYK

 C value IS 0.21

 M value IS 0.09

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#4E5A63 (or 0x4E5A63) is known color: Fiord. HEX triplet: 4E, 5A and 63. RGB value is (78,90,99). Sum of RGB (Red+Green+Blue) = 78+90+99=267 (35% of max value = 765). Red value is 78 (30.86% from 255 or 29.21% from 267); Green value is 90 (35.55% from 255 or 33.71% from 267); Blue value is 99 (39.06% from 255 or 37.08% from 267); Max value from RGB is 99 - color contains mainly: blue. Hex color #4E5A63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E5A63 is #B1A59C. Grayscale: #575757. Windows color (decimal): -11642269 or 6511182. OLE color: 6511182.

HSL color Cylindrical-coordinate representation of color #4E5A63: hue angle of 205.71º 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 #4E5A63 is Cyan = 0.21, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 78 90 99 -
CMYK 0.21 0.09 0 0.61
HSL 205.71º 0.12% 0.35% -
HSV(B) 205.71º 0.21% 0.39% -
XYZ 9.05 9.83 13.23 -
YUV 87.44 134.52 121.27 -
System Red Green Blue C M Y K H S L
Decimal 78 90 99 0.21 0.09 0 0.61 205.71 0.12 0.35
Hex 4E 5A 63 15 9 0 3D CE C 23
Octal 116 132 143 25 11 0 75 316 14 43
Binary 1001110 1011010 1100011 10101 1001 0 111101 11001110 1100 100011

Color Harmonies of #4E5A63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E5A63

Black with #4E5A63

Text Example


Text Example

White with #4E5A63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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