#428193

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

Shades of Jelly Bean #428193

Tints of Jelly Bean #428193

Color information

#428193 (or 0x428193) is unknown color: approx Jelly Bean. HEX triplet: 42, 81 and 93. RGB value is (66,129,147). Sum of RGB (Red+Green+Blue) = 66+129+147=342 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.30% from 342); Green value is 129 (50.78% from 255 or 37.72% from 342); Blue value is 147 (57.81% from 255 or 42.98% from 342); Max value from RGB is 147 - color contains mainly: blue. Hex color #428193 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428193 is #BD7E6C. Grayscale: #707070. Windows color (decimal): -12418669 or 9666882. OLE color: 9666882.

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

Color convert

RGB66129147-
CMYK0.550.1200.42
HSL193.33º38.03%41.76%-
HSV(B)193.33º55.1%57.65%-
XYZ15.3618.9730.45-
YUV112.21147.6395.04-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.30%
GREEN value IS 129 (50.78% from 255) = 37.72%
BLUE value IS 147 (57.81% from 255) = 42.98%
R=19.30%
G=37.72%
B=42.98%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal661291470.550.1200.42193.3338.0341.76
Hex42819337C02Ac1262a
Octal10220122367140523014652
Binary100001010000001100100111101111100010101011000001100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428193; }

 p { color: rgb(66,129,147); }

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

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

 a { background-color: rgb(66,129,147); }

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

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

 span { border-color: rgb(66,129,147); }

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