Html Css Color HEX #4A5663 Fiord

📋 copy color: '#4A5663'

red 74 ◦ green 86 ◦ blue 99

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

Shades of Fiord #4A5663

Tints of Fiord #4A5663

RGB

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

 GREEN value IS 86 (33.98% from 255) = 33.2%

 BLUE value IS 99 (39.06% from 255) = 38.22%

R = 28.57%
G = 33.2%
B = 38.22%

CMYK

 C value IS 0.25

 M value IS 0.13

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#4A5663 (or 0x4A5663) is known color: Fiord. HEX triplet: 4A, 56 and 63. RGB value is (74,86,99). Sum of RGB (Red+Green+Blue) = 74+86+99=259 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.57% from 259); Green value is 86 (33.98% from 255 or 33.20% from 259); Blue value is 99 (39.06% from 255 or 38.22% from 259); Max value from RGB is 99 - color contains mainly: blue. Hex color #4A5663 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A5663 is #B5A99C. Grayscale: #535353. Windows color (decimal): -11905437 or 6510154. OLE color: 6510154.

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

Color convert

RGB 74 86 99 -
CMYK 0.25 0.13 0 0.61
HSL 211.2º 0.14% 0.34% -
HSV(B) 211.2º 0.25% 0.39% -
XYZ 8.4 9.01 13.1 -
YUV 83.89 136.52 120.94 -
System Red Green Blue C M Y K H S L
Decimal 74 86 99 0.25 0.13 0 0.61 211.2 0.14 0.34
Hex 4A 56 63 19 D 0 3D D3 E 22
Octal 112 126 143 31 15 0 75 323 16 42
Binary 1001010 1010110 1100011 11001 1101 0 111101 11010011 1110 100010

Color Harmonies of #4A5663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A5663

Black with #4A5663

Text Example


Text Example

White with #4A5663

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,86,99); }

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

background-color css

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

 a { background-color: rgb(74,86,99); }

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

border-color css

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

 span { border-color: rgb(74,86,99); }

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