#42799C

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

Shades of Jelly Bean #42799C

Tints of Jelly Bean #42799C

Color information

#42799C (or 0x42799C) is unknown color: approx Jelly Bean. HEX triplet: 42, 79 and 9C. RGB value is (66,121,156). Sum of RGB (Red+Green+Blue) = 66+121+156=343 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.24% from 343); Green value is 121 (47.66% from 255 or 35.28% from 343); Blue value is 156 (61.33% from 255 or 45.48% from 343); Max value from RGB is 156 - color contains mainly: blue. Hex color #42799C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42799C is #BD8663. Grayscale: #6C6C6C. Windows color (decimal): -12420708 or 10254658. OLE color: 10254658.

HSL color Cylindrical-coordinate representation of color #42799C: hue angle of 203.33º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #42799C is Cyan = 0.58, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB66121156-
CMYK0.580.2200.39
HSL203.33º40.54%43.53%-
HSV(B)203.33º57.69%61.18%-
XYZ15.0817.2333.98-
YUV108.54154.7897.65-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.24%
GREEN value IS 121 (47.66% from 255) = 35.28%
BLUE value IS 156 (61.33% from 255) = 45.48%
R=19.24%
G=35.28%
B=45.48%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal661211560.580.2200.39203.3340.5443.53
Hex42799C3A16027cb292c
Octal10217123472260473135154
Binary100001011110011001110011101010110010011111001011101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42799C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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