Html Css Color HEX #4B7995 Jelly Bean

📋 copy color: '#4B7995'

red 75 ◦ green 121 ◦ blue 149

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

Shades of Jelly Bean #4B7995

Tints of Jelly Bean #4B7995

RGB

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

 GREEN value IS 121 (47.66% from 255) = 35.07%

 BLUE value IS 149 (58.59% from 255) = 43.19%

R = 21.74%
G = 35.07%
B = 43.19%

CMYK

 C value IS 0.50

 M value IS 0.19

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#4B7995 (or 0x4B7995) is known color: Jelly Bean. HEX triplet: 4B, 79 and 95. RGB value is (75,121,149). Sum of RGB (Red+Green+Blue) = 75+121+149=345 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.74% from 345); Green value is 121 (47.66% from 255 or 35.07% from 345); Blue value is 149 (58.59% from 255 or 43.19% from 345); Max value from RGB is 149 - color contains mainly: blue. Hex color #4B7995 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B7995 is #B4866A. Grayscale: #6E6E6E. Windows color (decimal): -11830891 or 9795915. OLE color: 9795915.

HSL color Cylindrical-coordinate representation of color #4B7995: hue angle of 202.7º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4B7995 is Cyan = 0.50, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 75 121 149 -
CMYK 0.50 0.19 0 0.42
HSL 202.7º 0.33% 0.44% -
HSV(B) 202.7º 0.5% 0.58% -
XYZ 15.16 17.34 30.98 -
YUV 110.44 149.76 102.72 -
System Red Green Blue C M Y K H S L
Decimal 75 121 149 0.50 0.19 0 0.42 202.7 0.33 0.44
Hex 4B 79 95 32 13 0 2A CB 21 2C
Octal 113 171 225 62 23 0 52 313 41 54
Binary 1001011 1111001 10010101 110010 10011 0 101010 11001011 100001 101100

Color Harmonies of #4B7995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B7995

Black with #4B7995

Text Example


Text Example

White with #4B7995

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,121,149); }

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

background-color css

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

 a { background-color: rgb(75,121,149); }

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

border-color css

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

 span { border-color: rgb(75,121,149); }

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