Html Css Color HEX #4E5F68 Fiord

📋 copy color: '#4E5F68'

red 78 ◦ green 95 ◦ blue 104

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

Shades of Fiord #4E5F68

Tints of Fiord #4E5F68

RGB

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

 GREEN value IS 95 (37.5% from 255) = 34.3%

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

R = 28.16%
G = 34.3%
B = 37.55%

CMYK

 C value IS 0.25

 M value IS 0.09

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#4E5F68 (or 0x4E5F68) is known color: Fiord. HEX triplet: 4E, 5F and 68. RGB value is (78,95,104). Sum of RGB (Red+Green+Blue) = 78+95+104=277 (36% of max value = 765). Red value is 78 (30.86% from 255 or 28.16% from 277); Green value is 95 (37.5% from 255 or 34.30% from 277); Blue value is 104 (41.02% from 255 or 37.55% from 277); Max value from RGB is 104 - color contains mainly: blue. Hex color #4E5F68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E5F68 is #B1A097. Grayscale: #5A5A5A. Windows color (decimal): -11640984 or 6840142. OLE color: 6840142.

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

Color convert

RGB 78 95 104 -
CMYK 0.25 0.09 0 0.59
HSL 200.77º 0.14% 0.36% -
HSV(B) 200.77º 0.25% 0.41% -
XYZ 9.73 10.8 14.67 -
YUV 90.94 135.37 118.77 -
System Red Green Blue C M Y K H S L
Decimal 78 95 104 0.25 0.09 0 0.59 200.77 0.14 0.36
Hex 4E 5F 68 19 9 0 3B C9 E 24
Octal 116 137 150 31 11 0 73 311 16 44
Binary 1001110 1011111 1101000 11001 1001 0 111011 11001001 1110 100100

Color Harmonies of #4E5F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E5F68

Black with #4E5F68

Text Example


Text Example

White with #4E5F68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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