Html Css Color HEX #4B506D East Bay

📋 copy color: '#4B506D'

red 75 ◦ green 80 ◦ blue 109

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

Shades of East Bay #4B506D

Tints of East Bay #4B506D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 30.3%

 BLUE value IS 109 (42.97% from 255) = 41.29%

R = 28.41%
G = 30.3%
B = 41.29%

CMYK

 C value IS 0.31

 M value IS 0.27

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#4B506D (or 0x4B506D) is known color: East Bay. HEX triplet: 4B, 50 and 6D. RGB value is (75,80,109). Sum of RGB (Red+Green+Blue) = 75+80+109=264 (34% of max value = 765). Red value is 75 (29.69% from 255 or 28.41% from 264); Green value is 80 (31.64% from 255 or 30.30% from 264); Blue value is 109 (42.97% from 255 or 41.29% from 264); Max value from RGB is 109 - color contains mainly: blue. Hex color #4B506D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B506D is #B4AF92. Grayscale: #515151. Windows color (decimal): -11841427 or 7163979. OLE color: 7163979.

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

Color convert

RGB 75 80 109 -
CMYK 0.31 0.27 0 0.57
HSL 231.18º 0.18% 0.36% -
HSV(B) 231.18º 0.31% 0.43% -
XYZ 8.53 8.34 15.63 -
YUV 81.81 143.34 123.14 -
System Red Green Blue C M Y K H S L
Decimal 75 80 109 0.31 0.27 0 0.57 231.18 0.18 0.36
Hex 4B 50 6D 1F 1B 0 39 E7 12 24
Octal 113 120 155 37 33 0 71 347 22 44
Binary 1001011 1010000 1101101 11111 11011 0 111001 11100111 10010 100100

Color Harmonies of #4B506D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B506D

Black with #4B506D

Text Example


Text Example

White with #4B506D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,80,109); }

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

background-color css

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

 a { background-color: rgb(75,80,109); }

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

border-color css

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

 span { border-color: rgb(75,80,109); }

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