Html Css Color HEX #4B566B East Bay

📋 copy color: '#4B566B'

red 75 ◦ green 86 ◦ blue 107

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

Shades of East Bay #4B566B

Tints of East Bay #4B566B

RGB

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

 GREEN value IS 86 (33.98% from 255) = 32.09%

 BLUE value IS 107 (42.19% from 255) = 39.93%

R = 27.99%
G = 32.09%
B = 39.93%

CMYK

 C value IS 0.30

 M value IS 0.20

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#4B566B (or 0x4B566B) is known color: East Bay. HEX triplet: 4B, 56 and 6B. RGB value is (75,86,107). Sum of RGB (Red+Green+Blue) = 75+86+107=268 (35% of max value = 765). Red value is 75 (29.69% from 255 or 27.99% from 268); Green value is 86 (33.98% from 255 or 32.09% from 268); Blue value is 107 (42.19% from 255 or 39.93% from 268); Max value from RGB is 107 - color contains mainly: blue. Hex color #4B566B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B566B is #B4A994. Grayscale: #555555. Windows color (decimal): -11839893 or 7034443. OLE color: 7034443.

HSL color Cylindrical-coordinate representation of color #4B566B: hue angle of 219.38º degrees, saturation: 0.18, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4B566B is Cyan = 0.30, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 75 86 107 -
CMYK 0.30 0.20 0 0.58
HSL 219.38º 0.18% 0.36% -
HSV(B) 219.38º 0.3% 0.42% -
XYZ 8.88 9.21 15.22 -
YUV 85.11 140.36 120.79 -
System Red Green Blue C M Y K H S L
Decimal 75 86 107 0.30 0.20 0 0.58 219.38 0.18 0.36
Hex 4B 56 6B 1E 14 0 3A DB 12 24
Octal 113 126 153 36 24 0 72 333 22 44
Binary 1001011 1010110 1101011 11110 10100 0 111010 11011011 10010 100100

Color Harmonies of #4B566B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B566B

Black with #4B566B

Text Example


Text Example

White with #4B566B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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