#417885

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

Shades of Jelly Bean #417885

Tints of Jelly Bean #417885

Color information

#417885 (or 0x417885) is unknown color: approx Jelly Bean. HEX triplet: 41, 78 and 85. RGB value is (65,120,133). Sum of RGB (Red+Green+Blue) = 65+120+133=318 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.44% from 318); Green value is 120 (47.27% from 255 or 37.74% from 318); Blue value is 133 (52.34% from 255 or 41.82% from 318); Max value from RGB is 133 - color contains mainly: blue. Hex color #417885 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417885 is #BE877A. Grayscale: #686868. Windows color (decimal): -12486523 or 8747073. OLE color: 8747073.

HSL color Cylindrical-coordinate representation of color #417885: hue angle of 191.47º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #417885 is Cyan = 0.51, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB65120133-
CMYK0.510.1000.48
HSL191.47º34.34%38.82%-
HSV(B)191.47º51.13%52.16%-
XYZ13.1316.2524.63-
YUV105.04143.7899.44-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.44%
GREEN value IS 120 (47.27% from 255) = 37.74%
BLUE value IS 133 (52.34% from 255) = 41.82%
R=20.44%
G=37.74%
B=41.82%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal651201330.510.1000.48191.4734.3438.82
Hex41788533A030bf2227
Octal10117020563120602774247
Binary10000011111000100001011100111010011000010111111100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #417885; }

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

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

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

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

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

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

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

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