#427884

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

Shades of Jelly Bean #427884

Tints of Jelly Bean #427884

Color information

#427884 (or 0x427884) is unknown color: approx Jelly Bean. HEX triplet: 42, 78 and 84. RGB value is (66,120,132). Sum of RGB (Red+Green+Blue) = 66+120+132=318 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.75% from 318); Green value is 120 (47.27% from 255 or 37.74% from 318); Blue value is 132 (51.95% from 255 or 41.51% from 318); Max value from RGB is 132 - color contains mainly: blue. Hex color #427884 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427884 is #BD877B. Grayscale: #696969. Windows color (decimal): -12420988 or 8681538. OLE color: 8681538.

HSL color Cylindrical-coordinate representation of color #427884: hue angle of 190.91º degrees, saturation: 0.33, 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 #427884 is Cyan = 0.5, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB66120132-
CMYK0.50.0900.48
HSL190.91º33.33%38.82%-
HSV(B)190.91º50%51.76%-
XYZ13.1316.2624.28-
YUV105.22143.11100.02-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.75%
GREEN value IS 120 (47.27% from 255) = 37.74%
BLUE value IS 132 (51.95% from 255) = 41.51%
R=20.75%
G=37.74%
B=41.51%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal661201320.50.0900.48190.9133.3338.82
Hex427884329030bf2127
Octal10217020462110602774147
Binary10000101111000100001001100101001011000010111111100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427884; }

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

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

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

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

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

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

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

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