Html Css Color HEX #4A5163 East Bay

📋 copy color: '#4A5163'

red 74 ◦ green 81 ◦ blue 99

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

Shades of East Bay #4A5163

Tints of East Bay #4A5163

RGB

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

 GREEN value IS 81 (32.03% from 255) = 31.89%

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

R = 29.13%
G = 31.89%
B = 38.98%

CMYK

 C value IS 0.25

 M value IS 0.18

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#4A5163 (or 0x4A5163) is known color: East Bay. HEX triplet: 4A, 51 and 63. RGB value is (74,81,99). Sum of RGB (Red+Green+Blue) = 74+81+99=254 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.13% from 254); Green value is 81 (32.03% from 255 or 31.89% from 254); Blue value is 99 (39.06% from 255 or 38.98% from 254); Max value from RGB is 99 - color contains mainly: blue. Hex color #4A5163 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A5163 is #B5AE9C. Grayscale: #505050. Windows color (decimal): -11906717 or 6508874. OLE color: 6508874.

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

Color convert

RGB 74 81 99 -
CMYK 0.25 0.18 0 0.61
HSL 223.2º 0.14% 0.34% -
HSV(B) 223.2º 0.25% 0.39% -
XYZ 8.02 8.24 12.97 -
YUV 80.96 138.18 123.04 -
System Red Green Blue C M Y K H S L
Decimal 74 81 99 0.25 0.18 0 0.61 223.2 0.14 0.34
Hex 4A 51 63 19 12 0 3D DF E 22
Octal 112 121 143 31 22 0 75 337 16 42
Binary 1001010 1010001 1100011 11001 10010 0 111101 11011111 1110 100010

Color Harmonies of #4A5163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A5163

Black with #4A5163

Text Example


Text Example

White with #4A5163

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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