#427885

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

Shades of Jelly Bean #427885

Tints of Jelly Bean #427885

Color information

#427885 (or 0x427885) is unknown color: approx Jelly Bean. HEX triplet: 42, 78 and 85. RGB value is (66,120,133). Sum of RGB (Red+Green+Blue) = 66+120+133=319 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.69% from 319); Green value is 120 (47.27% from 255 or 37.62% from 319); Blue value is 133 (52.34% from 255 or 41.69% from 319); Max value from RGB is 133 - color contains mainly: blue. Hex color #427885 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427885 is #BD877A. Grayscale: #696969. Windows color (decimal): -12420987 or 8747074. OLE color: 8747074.

HSL color Cylindrical-coordinate representation of color #427885: hue angle of 191.64º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #427885 is Cyan = 0.50, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB66120133-
CMYK0.500.1000.48
HSL191.64º33.67%39.02%-
HSV(B)191.64º50.38%52.16%-
XYZ13.216.2824.64-
YUV105.34143.6199.94-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.69%
GREEN value IS 120 (47.27% from 255) = 37.62%
BLUE value IS 133 (52.34% from 255) = 41.69%
R=20.69%
G=37.62%
B=41.69%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal661201330.500.1000.48191.6433.6739.02
Hex42788532A030c02227
Octal10217020562120603004247
Binary10000101111000100001011100101010011000011000000100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427885; }

 p { color: rgb(66,120,133); }

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

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

 a { background-color: rgb(66,120,133); }

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

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

 span { border-color: rgb(66,120,133); }

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