#4B808F

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

Shades of Jelly Bean #4B808F

Tints of Jelly Bean #4B808F

Color information

#4B808F (or 0x4B808F) is unknown color: approx Jelly Bean. HEX triplet: 4B, 80 and 8F. RGB value is (75,128,143). Sum of RGB (Red+Green+Blue) = 75+128+143=346 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.68% from 346); Green value is 128 (50.39% from 255 or 36.99% from 346); Blue value is 143 (56.25% from 255 or 41.33% from 346); Max value from RGB is 143 - color contains mainly: blue. Hex color #4B808F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4B808F is #B47F70. Grayscale: #717171. Windows color (decimal): -11829105 or 9404491. OLE color: 9404491.

HSL color Cylindrical-coordinate representation of color #4B808F: hue angle of 193.24º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4B808F is Cyan = 0.48, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB75128143-
CMYK0.480.1000.44
HSL193.24º31.19%42.75%-
HSV(B)193.24º47.55%56.08%-
XYZ15.5818.9228.82-
YUV113.86144.44100.28-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 21.68%
GREEN value IS 128 (50.39% from 255) = 36.99%
BLUE value IS 143 (56.25% from 255) = 41.33%
R=21.68%
G=36.99%
B=41.33%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal751281430.480.1000.44193.2431.1942.75
Hex4B808F30A02Cc11f2b
Octal11320021760120543013753
Binary10010111000000010001111110000101001011001100000111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B808F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,128,143); }

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

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

 a { background-color: rgb(75,128,143); }

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

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

 span { border-color: rgb(75,128,143); }

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