#427887

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

Shades of Jelly Bean #427887

Tints of Jelly Bean #427887

Color information

#427887 (or 0x427887) is unknown color: approx Jelly Bean. HEX triplet: 42, 78 and 87. RGB value is (66,120,135). Sum of RGB (Red+Green+Blue) = 66+120+135=321 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.56% from 321); Green value is 120 (47.27% from 255 or 37.38% from 321); Blue value is 135 (53.12% from 255 or 42.06% from 321); Max value from RGB is 135 - color contains mainly: blue. Hex color #427887 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427887 is #BD8778. Grayscale: #696969. Windows color (decimal): -12420985 or 8878146. OLE color: 8878146.

HSL color Cylindrical-coordinate representation of color #427887: hue angle of 193.04º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #427887 is Cyan = 0.51, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB66120135-
CMYK0.510.1100.47
HSL193.04º34.33%39.41%-
HSV(B)193.04º51.11%52.94%-
XYZ13.3416.3425.37-
YUV105.56144.6199.78-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.56%
GREEN value IS 120 (47.27% from 255) = 37.38%
BLUE value IS 135 (53.12% from 255) = 42.06%
R=20.56%
G=37.38%
B=42.06%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal661201350.510.1100.47193.0434.3339.41
Hex42788733B02Fc12227
Octal10217020763130573014247
Binary10000101111000100001111100111011010111111000001100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427887; }

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

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

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

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

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

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

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

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