#417889

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

Shades of Jelly Bean #417889

Tints of Jelly Bean #417889

Color information

#417889 (or 0x417889) is unknown color: approx Jelly Bean. HEX triplet: 41, 78 and 89. RGB value is (65,120,137). Sum of RGB (Red+Green+Blue) = 65+120+137=322 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.19% from 322); Green value is 120 (47.27% from 255 or 37.27% from 322); Blue value is 137 (53.91% from 255 or 42.55% from 322); Max value from RGB is 137 - color contains mainly: blue. Hex color #417889 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417889 is #BE8776. Grayscale: #696969. Windows color (decimal): -12486519 or 9009217. OLE color: 9009217.

HSL color Cylindrical-coordinate representation of color #417889: hue angle of 194.17º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #417889 is Cyan = 0.53, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB65120137-
CMYK0.530.1200.46
HSL194.17º35.64%39.61%-
HSV(B)194.17º52.55%53.73%-
XYZ13.4116.3626.12-
YUV105.49145.7899.12-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.19%
GREEN value IS 120 (47.27% from 255) = 37.27%
BLUE value IS 137 (53.91% from 255) = 42.55%
R=20.19%
G=37.27%
B=42.55%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal651201370.530.1200.46194.1735.6439.61
Hex41788935C02Ec22428
Octal10117021165140563024450
Binary10000011111000100010011101011100010111011000010100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #417889; }

 p { color: rgb(65,120,137); }

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

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

 a { background-color: rgb(65,120,137); }

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

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

 span { border-color: rgb(65,120,137); }

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