Html Css Color HEX #4B576C East Bay

📋 copy color: '#4B576C'

red 75 ◦ green 87 ◦ blue 108

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

Shades of East Bay #4B576C

Tints of East Bay #4B576C

RGB

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

 GREEN value IS 87 (34.38% from 255) = 32.22%

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

R = 27.78%
G = 32.22%
B = 40%

CMYK

 C value IS 0.31

 M value IS 0.19

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#4B576C (or 0x4B576C) is known color: East Bay. HEX triplet: 4B, 57 and 6C. RGB value is (75,87,108). Sum of RGB (Red+Green+Blue) = 75+87+108=270 (35% of max value = 765). Red value is 75 (29.69% from 255 or 27.78% from 270); Green value is 87 (34.38% from 255 or 32.22% from 270); Blue value is 108 (42.58% from 255 or 40% from 270); Max value from RGB is 108 - color contains mainly: blue. Hex color #4B576C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B576C is #B4A893. Grayscale: #555555. Windows color (decimal): -11839636 or 7100235. OLE color: 7100235.

HSL color Cylindrical-coordinate representation of color #4B576C: hue angle of 218.18º degrees, saturation: 0.18, 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 #4B576C is Cyan = 0.31, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 75 87 108 -
CMYK 0.31 0.19 0 0.58
HSL 218.18º 0.18% 0.36% -
HSV(B) 218.18º 0.31% 0.42% -
XYZ 9.02 9.39 15.53 -
YUV 85.81 140.52 120.29 -
System Red Green Blue C M Y K H S L
Decimal 75 87 108 0.31 0.19 0 0.58 218.18 0.18 0.36
Hex 4B 57 6C 1F 13 0 3A DA 12 24
Octal 113 127 154 37 23 0 72 332 22 44
Binary 1001011 1010111 1101100 11111 10011 0 111010 11011010 10010 100100

Color Harmonies of #4B576C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B576C

Black with #4B576C

Text Example


Text Example

White with #4B576C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,87,108); }

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

background-color css

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

 a { background-color: rgb(75,87,108); }

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

border-color css

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

 span { border-color: rgb(75,87,108); }

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