#42798C

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

Shades of Jelly Bean #42798C

Tints of Jelly Bean #42798C

Color information

#42798C (or 0x42798C) is unknown color: approx Jelly Bean. HEX triplet: 42, 79 and 8C. RGB value is (66,121,140). Sum of RGB (Red+Green+Blue) = 66+121+140=327 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.18% from 327); Green value is 121 (47.66% from 255 or 37.00% from 327); Blue value is 140 (55.08% from 255 or 42.81% from 327); Max value from RGB is 140 - color contains mainly: blue. Hex color #42798C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42798C is #BD8673. Grayscale: #6A6A6A. Windows color (decimal): -12420724 or 9206082. OLE color: 9206082.

HSL color Cylindrical-coordinate representation of color #42798C: hue angle of 195.41º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #42798C is Cyan = 0.53, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB66121140-
CMYK0.530.1400.45
HSL195.41º35.92%40.39%-
HSV(B)195.41º52.86%54.9%-
XYZ13.8216.7327.31-
YUV106.72146.7898.96-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.18%
GREEN value IS 121 (47.66% from 255) = 37.00%
BLUE value IS 140 (55.08% from 255) = 42.81%
R=20.18%
G=37.00%
B=42.81%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal661211400.530.1400.45195.4135.9240.39
Hex42798C35E02Dc32428
Octal10217121465160553034450
Binary10000101111001100011001101011110010110111000011100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42798C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42798C; }

 p { color: rgb(66,121,140); }

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

<style>
 a { background-color: #42798C; }

 a { background-color: rgb(66,121,140); }

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

<style>
 span { border-color: #42798C; }

 span { border-color: rgb(66,121,140); }

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