Html Css Color HEX #4B566D East Bay

📋 copy color: '#4B566D'

red 75 ◦ green 86 ◦ blue 109

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

Shades of East Bay #4B566D

Tints of East Bay #4B566D

RGB

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

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

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

R = 27.78%
G = 31.85%
B = 40.37%

CMYK

 C value IS 0.31

 M value IS 0.21

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#4B566D (or 0x4B566D) is known color: East Bay. HEX triplet: 4B, 56 and 6D. RGB value is (75,86,109). Sum of RGB (Red+Green+Blue) = 75+86+109=270 (35% of max value = 765). Red value is 75 (29.69% from 255 or 27.78% from 270); Green value is 86 (33.98% from 255 or 31.85% from 270); Blue value is 109 (42.97% from 255 or 40.37% from 270); Max value from RGB is 109 - color contains mainly: blue. Hex color #4B566D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B566D is #B4A992. Grayscale: #555555. Windows color (decimal): -11839891 or 7165515. OLE color: 7165515.

HSL color Cylindrical-coordinate representation of color #4B566D: hue angle of 220.59º 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 #4B566D is Cyan = 0.31, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 75 86 109 -
CMYK 0.31 0.21 0 0.57
HSL 220.59º 0.18% 0.36% -
HSV(B) 220.59º 0.31% 0.43% -
XYZ 8.99 9.26 15.78 -
YUV 85.33 141.36 120.63 -
System Red Green Blue C M Y K H S L
Decimal 75 86 109 0.31 0.21 0 0.57 220.59 0.18 0.36
Hex 4B 56 6D 1F 15 0 39 DD 12 24
Octal 113 126 155 37 25 0 71 335 22 44
Binary 1001011 1010110 1101101 11111 10101 0 111001 11011101 10010 100100

Color Harmonies of #4B566D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B566D

Black with #4B566D

Text Example


Text Example

White with #4B566D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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