Html Css Color HEX #4A5562 Fiord

📋 copy color: '#4A5562'

red 74 ◦ green 85 ◦ blue 98

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

Shades of Fiord #4A5562

Tints of Fiord #4A5562

RGB

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

 GREEN value IS 85 (33.59% from 255) = 33.07%

 BLUE value IS 98 (38.67% from 255) = 38.13%

R = 28.79%
G = 33.07%
B = 38.13%

CMYK

 C value IS 0.24

 M value IS 0.13

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#4A5562 (or 0x4A5562) is known color: Fiord. HEX triplet: 4A, 55 and 62. RGB value is (74,85,98). Sum of RGB (Red+Green+Blue) = 74+85+98=257 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.79% from 257); Green value is 85 (33.59% from 255 or 33.07% from 257); Blue value is 98 (38.67% from 255 or 38.13% from 257); Max value from RGB is 98 - color contains mainly: blue. Hex color #4A5562 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A5562 is #B5AA9D. Grayscale: #535353. Windows color (decimal): -11905694 or 6444362. OLE color: 6444362.

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

Color convert

RGB 74 85 98 -
CMYK 0.24 0.13 0 0.62
HSL 212.5º 0.14% 0.34% -
HSV(B) 212.5º 0.24% 0.38% -
XYZ 8.28 8.83 12.82 -
YUV 83.19 136.36 121.44 -
System Red Green Blue C M Y K H S L
Decimal 74 85 98 0.24 0.13 0 0.62 212.5 0.14 0.34
Hex 4A 55 62 18 D 0 3E D4 E 22
Octal 112 125 142 30 15 0 76 324 16 42
Binary 1001010 1010101 1100010 11000 1101 0 111110 11010100 1110 100010

Color Harmonies of #4A5562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A5562

Black with #4A5562

Text Example


Text Example

White with #4A5562

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,85,98); }

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

background-color css

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

 a { background-color: rgb(74,85,98); }

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

border-color css

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

 span { border-color: rgb(74,85,98); }

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