Html Css Color HEX #4A5965 Fiord

📋 copy color: '#4A5965'

red 74 ◦ green 89 ◦ blue 101

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

Shades of Fiord #4A5965

Tints of Fiord #4A5965

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 38.26%

R = 28.03%
G = 33.71%
B = 38.26%

CMYK

 C value IS 0.27

 M value IS 0.12

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#4A5965 (or 0x4A5965) is known color: Fiord. HEX triplet: 4A, 59 and 65. RGB value is (74,89,101). Sum of RGB (Red+Green+Blue) = 74+89+101=264 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.03% from 264); Green value is 89 (35.16% from 255 or 33.71% from 264); Blue value is 101 (39.84% from 255 or 38.26% from 264); Max value from RGB is 101 - color contains mainly: blue. Hex color #4A5965 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A5965 is #B5A69A. Grayscale: #555555. Windows color (decimal): -11904667 or 6641994. OLE color: 6641994.

HSL color Cylindrical-coordinate representation of color #4A5965: hue angle of 206.67º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4A5965 is Cyan = 0.27, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 74 89 101 -
CMYK 0.27 0.12 0 0.60
HSL 206.67º 0.15% 0.34% -
HSV(B) 206.67º 0.27% 0.4% -
XYZ 8.75 9.54 13.69 -
YUV 85.88 136.53 119.52 -
System Red Green Blue C M Y K H S L
Decimal 74 89 101 0.27 0.12 0 0.60 206.67 0.15 0.34
Hex 4A 59 65 1B C 0 3C CF F 22
Octal 112 131 145 33 14 0 74 317 17 42
Binary 1001010 1011001 1100101 11011 1100 0 111100 11001111 1111 100010

Color Harmonies of #4A5965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A5965

Black with #4A5965

Text Example


Text Example

White with #4A5965

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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