Html Css Color HEX #4E626E Fiord

📋 copy color: '#4E626E'

red 78 ◦ green 98 ◦ blue 110

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

Shades of Fiord #4E626E

Tints of Fiord #4E626E

RGB

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

 GREEN value IS 98 (38.67% from 255) = 34.27%

 BLUE value IS 110 (43.36% from 255) = 38.46%

R = 27.27%
G = 34.27%
B = 38.46%

CMYK

 C value IS 0.29

 M value IS 0.11

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#4E626E (or 0x4E626E) is known color: Fiord. HEX triplet: 4E, 62 and 6E. RGB value is (78,98,110). Sum of RGB (Red+Green+Blue) = 78+98+110=286 (37% of max value = 765). Red value is 78 (30.86% from 255 or 27.27% from 286); Green value is 98 (38.67% from 255 or 34.27% from 286); Blue value is 110 (43.36% from 255 or 38.46% from 286); Max value from RGB is 110 - color contains mainly: blue. Hex color #4E626E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E626E is #B19D91. Grayscale: #5D5D5D. Windows color (decimal): -11640210 or 7234126. OLE color: 7234126.

HSL color Cylindrical-coordinate representation of color #4E626E: hue angle of 202.5º degrees, saturation: 0.17, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4E626E is Cyan = 0.29, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 78 98 110 -
CMYK 0.29 0.11 0 0.57
HSL 202.5º 0.17% 0.37% -
HSV(B) 202.5º 0.29% 0.43% -
XYZ 10.32 11.48 16.42 -
YUV 93.39 137.37 117.02 -
System Red Green Blue C M Y K H S L
Decimal 78 98 110 0.29 0.11 0 0.57 202.5 0.17 0.37
Hex 4E 62 6E 1D B 0 39 CA 11 25
Octal 116 142 156 35 13 0 71 312 21 45
Binary 1001110 1100010 1101110 11101 1011 0 111001 11001010 10001 100101

Color Harmonies of #4E626E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E626E

Black with #4E626E

Text Example


Text Example

White with #4E626E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,98,110); }

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

background-color css

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

 a { background-color: rgb(78,98,110); }

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

border-color css

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

 span { border-color: rgb(78,98,110); }

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