Html Css Color HEX #4B5767 East Bay

📋 copy color: '#4B5767'

red 75 ◦ green 87 ◦ blue 103

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

Shades of East Bay #4B5767

Tints of East Bay #4B5767

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 38.87%

R = 28.3%
G = 32.83%
B = 38.87%

CMYK

 C value IS 0.27

 M value IS 0.16

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#4B5767 (or 0x4B5767) is known color: East Bay. HEX triplet: 4B, 57 and 67. RGB value is (75,87,103). Sum of RGB (Red+Green+Blue) = 75+87+103=265 (35% of max value = 765). Red value is 75 (29.69% from 255 or 28.30% from 265); Green value is 87 (34.38% from 255 or 32.83% from 265); Blue value is 103 (40.62% from 255 or 38.87% from 265); Max value from RGB is 103 - color contains mainly: blue. Hex color #4B5767 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B5767 is #B4A898. Grayscale: #555555. Windows color (decimal): -11839641 or 6772555. OLE color: 6772555.

HSL color Cylindrical-coordinate representation of color #4B5767: hue angle of 214.29º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4B5767 is Cyan = 0.27, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 75 87 103 -
CMYK 0.27 0.16 0 0.60
HSL 214.29º 0.16% 0.35% -
HSV(B) 214.29º 0.27% 0.4% -
XYZ 8.76 9.29 14.16 -
YUV 85.24 138.02 120.7 -
System Red Green Blue C M Y K H S L
Decimal 75 87 103 0.27 0.16 0 0.60 214.29 0.16 0.35
Hex 4B 57 67 1B 10 0 3C D6 10 23
Octal 113 127 147 33 20 0 74 326 20 43
Binary 1001011 1010111 1100111 11011 10000 0 111100 11010110 10000 100011

Color Harmonies of #4B5767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B5767

Black with #4B5767

Text Example


Text Example

White with #4B5767

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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