#427993

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

Shades of Jelly Bean #427993

Tints of Jelly Bean #427993

Color information

#427993 (or 0x427993) is unknown color: approx Jelly Bean. HEX triplet: 42, 79 and 93. RGB value is (66,121,147). Sum of RGB (Red+Green+Blue) = 66+121+147=334 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.76% from 334); Green value is 121 (47.66% from 255 or 36.23% from 334); Blue value is 147 (57.81% from 255 or 44.01% from 334); Max value from RGB is 147 - color contains mainly: blue. Hex color #427993 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427993 is #BD866C. Grayscale: #6B6B6B. Windows color (decimal): -12420717 or 9664834. OLE color: 9664834.

HSL color Cylindrical-coordinate representation of color #427993: hue angle of 199.26º 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 #427993 is Cyan = 0.55, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB66121147-
CMYK0.550.1800.42
HSL199.26º38.03%41.76%-
HSV(B)199.26º55.1%57.65%-
XYZ14.3516.9430.12-
YUV107.52150.2898.39-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.76%
GREEN value IS 121 (47.66% from 255) = 36.23%
BLUE value IS 147 (57.81% from 255) = 44.01%
R=19.76%
G=36.23%
B=44.01%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal661211470.550.1800.42199.2638.0341.76
Hex427993371202Ac7262a
Octal10217122367220523074652
Binary100001011110011001001111011110010010101011000111100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427993; }

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

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

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

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

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

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

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

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