#4B768F

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

Shades of Jelly Bean #4B768F

Tints of Jelly Bean #4B768F

Color information

#4B768F (or 0x4B768F) is unknown color: approx Jelly Bean. HEX triplet: 4B, 76 and 8F. RGB value is (75,118,143). Sum of RGB (Red+Green+Blue) = 75+118+143=336 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.32% from 336); Green value is 118 (46.48% from 255 or 35.12% from 336); Blue value is 143 (56.25% from 255 or 42.56% from 336); Max value from RGB is 143 - color contains mainly: blue. Hex color #4B768F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B768F is #B48970. Grayscale: #6B6B6B. Windows color (decimal): -11831665 or 9401931. OLE color: 9401931.

HSL color Cylindrical-coordinate representation of color #4B768F: hue angle of 202.06º 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 #4B768F is Cyan = 0.48, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB75118143-
CMYK0.480.1700.44
HSL202.06º31.19%42.75%-
HSV(B)202.06º47.55%56.08%-
XYZ14.3416.4428.4-
YUV107.99147.75104.47-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 22.32%
GREEN value IS 118 (46.48% from 255) = 35.12%
BLUE value IS 143 (56.25% from 255) = 42.56%
R=22.32%
G=35.12%
B=42.56%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal751181430.480.1700.44202.0631.1942.75
Hex4B768F301102Cca1f2b
Octal11316621760210543123753
Binary10010111110110100011111100001000101011001100101011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B768F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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