#4B7A91

Color #4B7A91 Jelly Bean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jelly Bean #4B7A91

Tints of Jelly Bean #4B7A91

Color information

#4B7A91 (or 0x4B7A91) is unknown color: approx Jelly Bean. HEX triplet: 4B, 7A and 91. RGB value is (75,122,145). Sum of RGB (Red+Green+Blue) = 75+122+145=342 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.93% from 342); Green value is 122 (48.05% from 255 or 35.67% from 342); Blue value is 145 (57.03% from 255 or 42.40% from 342); Max value from RGB is 145 - color contains mainly: blue. Hex color #4B7A91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B7A91 is #B4856E. Grayscale: #6E6E6E. Windows color (decimal): -11830639 or 9534027. OLE color: 9534027.

HSL color Cylindrical-coordinate representation of color #4B7A91: hue angle of 199.71º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4B7A91 is Cyan = 0.48, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB75122145-
CMYK0.480.1600.43
HSL199.71º31.82%43.14%-
HSV(B)199.71º48.28%56.86%-
XYZ14.9717.4629.37-
YUV110.57147.43102.63-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 21.93%
GREEN value IS 122 (48.05% from 255) = 35.67%
BLUE value IS 145 (57.03% from 255) = 42.40%
R=21.93%
G=35.67%
B=42.40%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal751221450.480.1600.43199.7131.8243.14
Hex4B7A91301002Bc8202b
Octal11317222160200533104053
Binary100101111110101001000111000010000010101111001000100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B7A91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,122,145); }

 H1.HeaderClassName
 {
   color: #4B7A91;
 }
 .AnyTagClassName
 {
   color: #4B7A91;
 }
</style>
background-color css

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

 a { background-color: rgb(75,122,145); }

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

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

 span { border-color: rgb(75,122,145); }

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