#427A91

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

Shades of Jelly Bean #427A91

Tints of Jelly Bean #427A91

Color information

#427A91 (or 0x427A91) is unknown color: approx Jelly Bean. HEX triplet: 42, 7A and 91. RGB value is (66,122,145). Sum of RGB (Red+Green+Blue) = 66+122+145=333 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.82% from 333); Green value is 122 (48.05% from 255 or 36.64% from 333); Blue value is 145 (57.03% from 255 or 43.54% from 333); Max value from RGB is 145 - color contains mainly: blue. Hex color #427A91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427A91 is #BD856E. Grayscale: #6B6B6B. Windows color (decimal): -12420463 or 9534018. OLE color: 9534018.

HSL color Cylindrical-coordinate representation of color #427A91: hue angle of 197.47º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #427A91 is Cyan = 0.54, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB66122145-
CMYK0.540.1600.43
HSL197.47º37.44%41.37%-
HSV(B)197.47º54.48%56.86%-
XYZ14.3217.1229.34-
YUV107.88148.9598.13-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.82%
GREEN value IS 122 (48.05% from 255) = 36.64%
BLUE value IS 145 (57.03% from 255) = 43.54%
R=19.82%
G=36.64%
B=43.54%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal661221450.540.1600.43197.4737.4441.37
Hex427A91361002Bc52529
Octal10217222166200533054551
Binary100001011110101001000111011010000010101111000101100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427A91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427A91; }

 p { color: rgb(66,122,145); }

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

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

 a { background-color: rgb(66,122,145); }

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

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

 span { border-color: rgb(66,122,145); }

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