Html Css Color HEX #4B7596 Jelly Bean

📋 copy color: '#4B7596'

red 75 ◦ green 117 ◦ blue 150

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

Shades of Jelly Bean #4B7596

Tints of Jelly Bean #4B7596

RGB

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

 GREEN value IS 117 (46.09% from 255) = 34.21%

 BLUE value IS 150 (58.98% from 255) = 43.86%

R = 21.93%
G = 34.21%
B = 43.86%

CMYK

 C value IS 0.5

 M value IS 0.22

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#4B7596 (or 0x4B7596) is known color: Jelly Bean. HEX triplet: 4B, 75 and 96. RGB value is (75,117,150). Sum of RGB (Red+Green+Blue) = 75+117+150=342 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.93% from 342); Green value is 117 (46.09% from 255 or 34.21% from 342); Blue value is 150 (58.98% from 255 or 43.86% from 342); Max value from RGB is 150 - color contains mainly: blue. Hex color #4B7596 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B7596 is #B48A69. Grayscale: #6C6C6C. Windows color (decimal): -11831914 or 9860427. OLE color: 9860427.

HSL color Cylindrical-coordinate representation of color #4B7596: hue angle of 206.4º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4B7596 is Cyan = 0.5, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 75 117 150 -
CMYK 0.5 0.22 0 0.41
HSL 206.4º 0.33% 0.44% -
HSV(B) 206.4º 0.5% 0.59% -
XYZ 14.77 16.42 31.25 -
YUV 108.2 151.59 104.32 -
System Red Green Blue C M Y K H S L
Decimal 75 117 150 0.5 0.22 0 0.41 206.4 0.33 0.44
Hex 4B 75 96 32 16 0 29 CE 21 2C
Octal 113 165 226 62 26 0 51 316 41 54
Binary 1001011 1110101 10010110 110010 10110 0 101001 11001110 100001 101100

Color Harmonies of #4B7596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B7596

Black with #4B7596

Text Example


Text Example

White with #4B7596

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,117,150); }

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

background-color css

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

 a { background-color: rgb(75,117,150); }

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

border-color css

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

 span { border-color: rgb(75,117,150); }

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