Html Css Color HEX #4A5962 Fiord

📋 copy color: '#4A5962'

red 74 ◦ green 89 ◦ blue 98

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

Shades of Fiord #4A5962

Tints of Fiord #4A5962

RGB

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

 GREEN value IS 89 (35.16% from 255) = 34.1%

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

R = 28.35%
G = 34.1%
B = 37.55%

CMYK

 C value IS 0.24

 M value IS 0.09

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#4A5962 (or 0x4A5962) is known color: Fiord. HEX triplet: 4A, 59 and 62. RGB value is (74,89,98). Sum of RGB (Red+Green+Blue) = 74+89+98=261 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.35% from 261); Green value is 89 (35.16% from 255 or 34.10% from 261); Blue value is 98 (38.67% from 255 or 37.55% from 261); Max value from RGB is 98 - color contains mainly: blue. Hex color #4A5962 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A5962 is #B5A69D. Grayscale: #555555. Windows color (decimal): -11904670 or 6445386. OLE color: 6445386.

HSL color Cylindrical-coordinate representation of color #4A5962: hue angle of 202.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 #4A5962 is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 74 89 98 -
CMYK 0.24 0.09 0 0.62
HSL 202.5º 0.14% 0.34% -
HSV(B) 202.5º 0.24% 0.38% -
XYZ 8.6 9.48 12.93 -
YUV 85.54 135.03 119.77 -
System Red Green Blue C M Y K H S L
Decimal 74 89 98 0.24 0.09 0 0.62 202.5 0.14 0.34
Hex 4A 59 62 18 9 0 3E CA E 22
Octal 112 131 142 30 11 0 76 312 16 42
Binary 1001010 1011001 1100010 11000 1001 0 111110 11001010 1110 100010

Color Harmonies of #4A5962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A5962

Black with #4A5962

Text Example


Text Example

White with #4A5962

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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