Html Css Color HEX #4B586A East Bay

📋 copy color: '#4B586A'

red 75 ◦ green 88 ◦ blue 106

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

Shades of East Bay #4B586A

Tints of East Bay #4B586A

RGB

 RED value IS 75 (29.69% from 255) = 27.88%

 GREEN value IS 88 (34.77% from 255) = 32.71%

 BLUE value IS 106 (41.8% from 255) = 39.41%

R = 27.88%
G = 32.71%
B = 39.41%

CMYK

 C value IS 0.29

 M value IS 0.17

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#4B586A (or 0x4B586A) is known color: East Bay. HEX triplet: 4B, 58 and 6A. RGB value is (75,88,106). Sum of RGB (Red+Green+Blue) = 75+88+106=269 (35% of max value = 765). Red value is 75 (29.69% from 255 or 27.88% from 269); Green value is 88 (34.77% from 255 or 32.71% from 269); Blue value is 106 (41.80% from 255 or 39.41% from 269); Max value from RGB is 106 - color contains mainly: blue. Hex color #4B586A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B586A is #B4A795. Grayscale: #565656. Windows color (decimal): -11839382 or 6969419. OLE color: 6969419.

HSL color Cylindrical-coordinate representation of color #4B586A: hue angle of 214.84º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4B586A is Cyan = 0.29, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 75 88 106 -
CMYK 0.29 0.17 0 0.58
HSL 214.84º 0.17% 0.35% -
HSV(B) 214.84º 0.29% 0.42% -
XYZ 8.99 9.52 15 -
YUV 86.17 139.19 120.04 -
System Red Green Blue C M Y K H S L
Decimal 75 88 106 0.29 0.17 0 0.58 214.84 0.17 0.35
Hex 4B 58 6A 1D 11 0 3A D7 11 23
Octal 113 130 152 35 21 0 72 327 21 43
Binary 1001011 1011000 1101010 11101 10001 0 111010 11010111 10001 100011

Color Harmonies of #4B586A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B586A

Black with #4B586A

Text Example


Text Example

White with #4B586A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,88,106); }

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

background-color css

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

 a { background-color: rgb(75,88,106); }

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

border-color css

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

 span { border-color: rgb(75,88,106); }

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