Html Css Color HEX #4E5A68 Fiord

📋 copy color: '#4E5A68'

red 78 ◦ green 90 ◦ blue 104

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

Shades of Fiord #4E5A68

Tints of Fiord #4E5A68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 38.24%

R = 28.68%
G = 33.09%
B = 38.24%

CMYK

 C value IS 0.25

 M value IS 0.13

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#4E5A68 (or 0x4E5A68) is known color: Fiord. HEX triplet: 4E, 5A and 68. RGB value is (78,90,104). Sum of RGB (Red+Green+Blue) = 78+90+104=272 (36% of max value = 765). Red value is 78 (30.86% from 255 or 28.68% from 272); Green value is 90 (35.55% from 255 or 33.09% from 272); Blue value is 104 (41.02% from 255 or 38.24% from 272); Max value from RGB is 104 - color contains mainly: blue. Hex color #4E5A68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E5A68 is #B1A597. Grayscale: #575757. Windows color (decimal): -11642264 or 6838862. OLE color: 6838862.

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

Color convert

RGB 78 90 104 -
CMYK 0.25 0.13 0 0.59
HSL 212.31º 0.14% 0.36% -
HSV(B) 212.31º 0.25% 0.41% -
XYZ 9.3 9.93 14.52 -
YUV 88.01 137.02 120.86 -
System Red Green Blue C M Y K H S L
Decimal 78 90 104 0.25 0.13 0 0.59 212.31 0.14 0.36
Hex 4E 5A 68 19 D 0 3B D4 E 24
Octal 116 132 150 31 15 0 73 324 16 44
Binary 1001110 1011010 1101000 11001 1101 0 111011 11010100 1110 100100

Color Harmonies of #4E5A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E5A68

Black with #4E5A68

Text Example


Text Example

White with #4E5A68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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