#4A7B8C

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

Shades of Jelly Bean #4A7B8C

Tints of Jelly Bean #4A7B8C

Color information

#4A7B8C (or 0x4A7B8C) is unknown color: approx Jelly Bean. HEX triplet: 4A, 7B and 8C. RGB value is (74,123,140). Sum of RGB (Red+Green+Blue) = 74+123+140=337 (44% of max value = 765). Red value is 74 (29.30% from 255 or 21.96% from 337); Green value is 123 (48.44% from 255 or 36.50% from 337); Blue value is 140 (55.08% from 255 or 41.54% from 337); Max value from RGB is 140 - color contains mainly: blue. Hex color #4A7B8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A7B8C is #B58473. Grayscale: #6E6E6E. Windows color (decimal): -11895924 or 9206602. OLE color: 9206602.

HSL color Cylindrical-coordinate representation of color #4A7B8C: hue angle of 195.45º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4A7B8C is Cyan = 0.47, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB74123140-
CMYK0.470.1200.45
HSL195.45º30.84%41.96%-
HSV(B)195.45º47.14%54.9%-
XYZ14.6417.5227.42-
YUV110.29144.77102.12-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 21.96%
GREEN value IS 123 (48.44% from 255) = 36.50%
BLUE value IS 140 (55.08% from 255) = 41.54%
R=21.96%
G=36.50%
B=41.54%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal741231400.470.1200.45195.4530.8441.96
Hex4A7B8C2FC02Dc31f2a
Octal11217321457140553033752
Binary1001010111101110001100101111110001011011100001111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A7B8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,123,140); }

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

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

 a { background-color: rgb(74,123,140); }

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

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

 span { border-color: rgb(74,123,140); }

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