#4B5673

Color #4B5673 East Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Bay #4B5673

Tints of East Bay #4B5673

Color information

#4B5673 (or 0x4B5673) is unknown color: approx East Bay. HEX triplet: 4B, 56 and 73. RGB value is (75,86,115). Sum of RGB (Red+Green+Blue) = 75+86+115=276 (36% of max value = 765). Red value is 75 (29.69% from 255 or 27.17% from 276); Green value is 86 (33.98% from 255 or 31.16% from 276); Blue value is 115 (45.31% from 255 or 41.67% from 276); Max value from RGB is 115 - color contains mainly: blue. Hex color #4B5673 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B5673 is #B4A98C. Grayscale: #555555. Windows color (decimal): -11839885 or 7558731. OLE color: 7558731.

HSL color Cylindrical-coordinate representation of color #4B5673: hue angle of 223.5º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4B5673 is Cyan = 0.35, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7586115-
CMYK0.350.2500.55
HSL223.5º21.05%37.25%-
HSV(B)223.5º34.78%45.1%-
XYZ9.329.3917.54-
YUV86.02144.36120.14-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 27.17%
GREEN value IS 86 (33.98% from 255) = 31.16%
BLUE value IS 115 (45.31% from 255) = 41.67%
R=27.17%
G=31.16%
B=41.67%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal75861150.350.2500.55223.521.0537.25
Hex4B56732319037e01525
Octal11312616343310673402545
Binary1001011101011011100111000111100101101111110000010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B5673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,86,115); }

 H1.HeaderClassName
 {
   color: #4B5673;
 }
 .AnyTagClassName
 {
   color: #4B5673;
 }
</style>
background-color css

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

 a { background-color: rgb(75,86,115); }

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

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

 span { border-color: rgb(75,86,115); }

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