Html Css Color HEX #4A5860 Fiord

📋 copy color: '#4A5860'

red 74 ◦ green 88 ◦ blue 96

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

Shades of Fiord #4A5860

Tints of Fiord #4A5860

RGB

 RED value IS 74 (29.3% from 255) = 28.68%

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

 BLUE value IS 96 (37.89% from 255) = 37.21%

R = 28.68%
G = 34.11%
B = 37.21%

CMYK

 C value IS 0.23

 M value IS 0.08

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#4A5860 (or 0x4A5860) is known color: Fiord. HEX triplet: 4A, 58 and 60. RGB value is (74,88,96). Sum of RGB (Red+Green+Blue) = 74+88+96=258 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.68% from 258); Green value is 88 (34.77% from 255 or 34.11% from 258); Blue value is 96 (37.89% from 255 or 37.21% from 258); Max value from RGB is 96 - color contains mainly: blue. Hex color #4A5860 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A5860 is #B5A79F. Grayscale: #545454. Windows color (decimal): -11904928 or 6314058. OLE color: 6314058.

HSL color Cylindrical-coordinate representation of color #4A5860: hue angle of 201.82º degrees, saturation: 0.13, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4A5860 is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 74 88 96 -
CMYK 0.23 0.08 0 0.62
HSL 201.82º 0.13% 0.33% -
HSV(B) 201.82º 0.23% 0.38% -
XYZ 8.43 9.28 12.41 -
YUV 84.73 134.36 120.35 -
System Red Green Blue C M Y K H S L
Decimal 74 88 96 0.23 0.08 0 0.62 201.82 0.13 0.33
Hex 4A 58 60 17 8 0 3E CA D 21
Octal 112 130 140 27 10 0 76 312 15 41
Binary 1001010 1011000 1100000 10111 1000 0 111110 11001010 1101 100001

Color Harmonies of #4A5860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A5860

Black with #4A5860

Text Example


Text Example

White with #4A5860

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,88,96); }

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

background-color css

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

 a { background-color: rgb(74,88,96); }

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

border-color css

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

 span { border-color: rgb(74,88,96); }

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