Html Css Color HEX #4B526E East Bay

📋 copy color: '#4B526E'

red 75 ◦ green 82 ◦ blue 110

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

Shades of East Bay #4B526E

Tints of East Bay #4B526E

RGB

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

 GREEN value IS 82 (32.42% from 255) = 30.71%

 BLUE value IS 110 (43.36% from 255) = 41.2%

R = 28.09%
G = 30.71%
B = 41.2%

CMYK

 C value IS 0.32

 M value IS 0.25

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#4B526E (or 0x4B526E) is known color: East Bay. HEX triplet: 4B, 52 and 6E. RGB value is (75,82,110). Sum of RGB (Red+Green+Blue) = 75+82+110=267 (35% of max value = 765). Red value is 75 (29.69% from 255 or 28.09% from 267); Green value is 82 (32.42% from 255 or 30.71% from 267); Blue value is 110 (43.36% from 255 or 41.20% from 267); Max value from RGB is 110 - color contains mainly: blue. Hex color #4B526E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B526E is #B4AD91. Grayscale: #525252. Windows color (decimal): -11840914 or 7230027. OLE color: 7230027.

HSL color Cylindrical-coordinate representation of color #4B526E: hue angle of 228º degrees, saturation: 0.19, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4B526E is Cyan = 0.32, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 75 82 110 -
CMYK 0.32 0.25 0 0.57
HSL 228º 0.19% 0.36% -
HSV(B) 228º 0.32% 0.43% -
XYZ 8.73 8.66 15.96 -
YUV 83.1 143.18 122.22 -
System Red Green Blue C M Y K H S L
Decimal 75 82 110 0.32 0.25 0 0.57 228 0.19 0.36
Hex 4B 52 6E 20 19 0 39 E4 13 24
Octal 113 122 156 40 31 0 71 344 23 44
Binary 1001011 1010010 1101110 100000 11001 0 111001 11100100 10011 100100

Color Harmonies of #4B526E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B526E

Black with #4B526E

Text Example


Text Example

White with #4B526E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,82,110); }

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

background-color css

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

 a { background-color: rgb(75,82,110); }

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

border-color css

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

 span { border-color: rgb(75,82,110); }

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