Html Css Color HEX #4A5463 East Bay

📋 copy color: '#4A5463'

red 74 ◦ green 84 ◦ blue 99

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

Shades of East Bay #4A5463

Tints of East Bay #4A5463

RGB

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

 GREEN value IS 84 (33.2% from 255) = 32.68%

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

R = 28.79%
G = 32.68%
B = 38.52%

CMYK

 C value IS 0.25

 M value IS 0.15

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#4A5463 (or 0x4A5463) is known color: East Bay. HEX triplet: 4A, 54 and 63. RGB value is (74,84,99). Sum of RGB (Red+Green+Blue) = 74+84+99=257 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.79% from 257); Green value is 84 (33.20% from 255 or 32.68% from 257); Blue value is 99 (39.06% from 255 or 38.52% from 257); Max value from RGB is 99 - color contains mainly: blue. Hex color #4A5463 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A5463 is #B5AB9C. Grayscale: #525252. Windows color (decimal): -11905949 or 6509642. OLE color: 6509642.

HSL color Cylindrical-coordinate representation of color #4A5463: hue angle of 216º 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 #4A5463 is Cyan = 0.25, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 74 84 99 -
CMYK 0.25 0.15 0 0.61
HSL 216º 0.14% 0.34% -
HSV(B) 216º 0.25% 0.39% -
XYZ 8.25 8.7 13.05 -
YUV 82.72 137.19 121.78 -
System Red Green Blue C M Y K H S L
Decimal 74 84 99 0.25 0.15 0 0.61 216 0.14 0.34
Hex 4A 54 63 19 F 0 3D D8 E 22
Octal 112 124 143 31 17 0 75 330 16 42
Binary 1001010 1010100 1100011 11001 1111 0 111101 11011000 1110 100010

Color Harmonies of #4A5463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A5463

Black with #4A5463

Text Example


Text Example

White with #4A5463

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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