#427697

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

Shades of Jelly Bean #427697

Tints of Jelly Bean #427697

Color information

#427697 (or 0x427697) is unknown color: approx Jelly Bean. HEX triplet: 42, 76 and 97. RGB value is (66,118,151). Sum of RGB (Red+Green+Blue) = 66+118+151=335 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.70% from 335); Green value is 118 (46.48% from 255 or 35.22% from 335); Blue value is 151 (59.38% from 255 or 45.07% from 335); Max value from RGB is 151 - color contains mainly: blue. Hex color #427697 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427697 is #BD8968. Grayscale: #6A6A6A. Windows color (decimal): -12421481 or 9926210. OLE color: 9926210.

HSL color Cylindrical-coordinate representation of color #427697: hue angle of 203.29º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #427697 is Cyan = 0.56, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB66118151-
CMYK0.560.2200.41
HSL203.29º39.17%42.55%-
HSV(B)203.29º56.29%59.22%-
XYZ14.3116.3531.68-
YUV106.21153.2799.32-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.70%
GREEN value IS 118 (46.48% from 255) = 35.22%
BLUE value IS 151 (59.38% from 255) = 45.07%
R=19.70%
G=35.22%
B=45.07%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal661181510.560.2200.41203.2939.1742.55
Hex4276973816029cb272b
Octal10216622770260513134753
Binary100001011101101001011111100010110010100111001011100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427697; }

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

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

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

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

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

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

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

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