#42769C

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

Shades of Jelly Bean #42769C

Tints of Jelly Bean #42769C

Color information

#42769C (or 0x42769C) is unknown color: approx Jelly Bean. HEX triplet: 42, 76 and 9C. RGB value is (66,118,156). Sum of RGB (Red+Green+Blue) = 66+118+156=340 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.41% from 340); Green value is 118 (46.48% from 255 or 34.71% from 340); Blue value is 156 (61.33% from 255 or 45.88% from 340); Max value from RGB is 156 - color contains mainly: blue. Hex color #42769C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42769C is #BD8963. Grayscale: #6A6A6A. Windows color (decimal): -12421476 or 10253890. OLE color: 10253890.

HSL color Cylindrical-coordinate representation of color #42769C: hue angle of 205.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 #42769C is Cyan = 0.58, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB66118156-
CMYK0.580.2400.39
HSL205.33º40.54%43.53%-
HSV(B)205.33º57.69%61.18%-
XYZ14.7316.5233.86-
YUV106.78155.7798.91-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.41%
GREEN value IS 118 (46.48% from 255) = 34.71%
BLUE value IS 156 (61.33% from 255) = 45.88%
R=19.41%
G=34.71%
B=45.88%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal661181560.580.2400.39205.3340.5443.53
Hex42769C3A18027cd292c
Octal10216623472300473155154
Binary100001011101101001110011101011000010011111001101101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42769C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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