#427495

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

Shades of Jelly Bean #427495

Tints of Jelly Bean #427495

Color information

#427495 (or 0x427495) is unknown color: approx Jelly Bean. HEX triplet: 42, 74 and 95. RGB value is (66,116,149). Sum of RGB (Red+Green+Blue) = 66+116+149=331 (43% of max value = 765). Red value is 66 (26.17% from 255 or 19.94% from 331); Green value is 116 (45.70% from 255 or 35.05% from 331); Blue value is 149 (58.59% from 255 or 45.02% from 331); Max value from RGB is 149 - color contains mainly: blue. Hex color #427495 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427495 is #BD8B6A. Grayscale: #686868. Windows color (decimal): -12421995 or 9794626. OLE color: 9794626.

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

Color convert

RGB66116149-
CMYK0.560.2200.42
HSL203.86º38.6%42.16%-
HSV(B)203.86º55.7%58.43%-
XYZ13.9215.8230.75-
YUV104.81152.94100.32-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.94%
GREEN value IS 116 (45.70% from 255) = 35.05%
BLUE value IS 149 (58.59% from 255) = 45.02%
R=19.94%
G=35.05%
B=45.02%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal661161490.560.2200.42203.8638.642.16
Hex427495381602Acc272a
Octal10216422570260523144752
Binary100001011101001001010111100010110010101011001100100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427495; }

 p { color: rgb(66,116,149); }

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

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

 a { background-color: rgb(66,116,149); }

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

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

 span { border-color: rgb(66,116,149); }

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