#427793

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

Shades of Jelly Bean #427793

Tints of Jelly Bean #427793

Color information

#427793 (or 0x427793) is unknown color: approx Jelly Bean. HEX triplet: 42, 77 and 93. RGB value is (66,119,147). Sum of RGB (Red+Green+Blue) = 66+119+147=332 (43% of max value = 765). Red value is 66 (26.17% from 255 or 19.88% from 332); Green value is 119 (46.88% from 255 or 35.84% from 332); Blue value is 147 (57.81% from 255 or 44.28% from 332); Max value from RGB is 147 - color contains mainly: blue. Hex color #427793 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427793 is #BD886C. Grayscale: #6A6A6A. Windows color (decimal): -12421229 or 9664322. OLE color: 9664322.

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

Color convert

RGB66119147-
CMYK0.550.1900.42
HSL200.74º38.03%41.76%-
HSV(B)200.74º55.1%57.65%-
XYZ14.1116.4630.04-
YUV106.34150.9499.22-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.88%
GREEN value IS 119 (46.88% from 255) = 35.84%
BLUE value IS 147 (57.81% from 255) = 44.28%
R=19.88%
G=35.84%
B=44.28%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal661191470.550.1900.42200.7438.0341.76
Hex427793371302Ac9262a
Octal10216722367230523114652
Binary100001011101111001001111011110011010101011001001100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427793; }

 p { color: rgb(66,119,147); }

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

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

 a { background-color: rgb(66,119,147); }

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

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

 span { border-color: rgb(66,119,147); }

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