#427998

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

Shades of Jelly Bean #427998

Tints of Jelly Bean #427998

Color information

#427998 (or 0x427998) is unknown color: approx Jelly Bean. HEX triplet: 42, 79 and 98. RGB value is (66,121,152). Sum of RGB (Red+Green+Blue) = 66+121+152=339 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.47% from 339); Green value is 121 (47.66% from 255 or 35.69% from 339); Blue value is 152 (59.77% from 255 or 44.84% from 339); Max value from RGB is 152 - color contains mainly: blue. Hex color #427998 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427998 is #BD8667. Grayscale: #6B6B6B. Windows color (decimal): -12420712 or 9992514. OLE color: 9992514.

HSL color Cylindrical-coordinate representation of color #427998: hue angle of 201.63º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #427998 is Cyan = 0.57, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB66121152-
CMYK0.570.2000.40
HSL201.63º39.45%42.75%-
HSV(B)201.63º56.58%59.61%-
XYZ14.7517.132.23-
YUV108.09152.7897.98-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.47%
GREEN value IS 121 (47.66% from 255) = 35.69%
BLUE value IS 152 (59.77% from 255) = 44.84%
R=19.47%
G=35.69%
B=44.84%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal661211520.570.2000.40201.6339.4542.75
Hex4279983914028ca272b
Octal10217123071240503124753
Binary100001011110011001100011100110100010100011001010100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427998; }

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

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

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

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

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

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

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

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