Html Css Color HEX #4A556C East Bay

📋 copy color: '#4A556C'

red 74 ◦ green 85 ◦ blue 108

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

Shades of East Bay #4A556C

Tints of East Bay #4A556C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 31.84%

 BLUE value IS 108 (42.58% from 255) = 40.45%

R = 27.72%
G = 31.84%
B = 40.45%

CMYK

 C value IS 0.31

 M value IS 0.21

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#4A556C (or 0x4A556C) is known color: East Bay. HEX triplet: 4A, 55 and 6C. RGB value is (74,85,108). Sum of RGB (Red+Green+Blue) = 74+85+108=267 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.72% from 267); Green value is 85 (33.59% from 255 or 31.84% from 267); Blue value is 108 (42.58% from 255 or 40.45% from 267); Max value from RGB is 108 - color contains mainly: blue. Hex color #4A556C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A556C is #B5AA93. Grayscale: #545454. Windows color (decimal): -11905684 or 7099722. OLE color: 7099722.

HSL color Cylindrical-coordinate representation of color #4A556C: hue angle of 220.59º degrees, saturation: 0.19, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4A556C is Cyan = 0.31, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 74 85 108 -
CMYK 0.31 0.21 0 0.58
HSL 220.59º 0.19% 0.36% -
HSV(B) 220.59º 0.31% 0.42% -
XYZ 8.78 9.04 15.47 -
YUV 84.33 141.36 120.63 -
System Red Green Blue C M Y K H S L
Decimal 74 85 108 0.31 0.21 0 0.58 220.59 0.19 0.36
Hex 4A 55 6C 1F 15 0 3A DD 13 24
Octal 112 125 154 37 25 0 72 335 23 44
Binary 1001010 1010101 1101100 11111 10101 0 111010 11011101 10011 100100

Color Harmonies of #4A556C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A556C

Black with #4A556C

Text Example


Text Example

White with #4A556C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,85,108); }

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

background-color css

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

 a { background-color: rgb(74,85,108); }

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

border-color css

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

 span { border-color: rgb(74,85,108); }

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