#417995

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

Shades of Jelly Bean #417995

Tints of Jelly Bean #417995

Color information

#417995 (or 0x417995) is unknown color: approx Jelly Bean. HEX triplet: 41, 79 and 95. RGB value is (65,121,149). Sum of RGB (Red+Green+Blue) = 65+121+149=335 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.40% from 335); Green value is 121 (47.66% from 255 or 36.12% from 335); Blue value is 149 (58.59% from 255 or 44.48% from 335); Max value from RGB is 149 - color contains mainly: blue. Hex color #417995 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417995 is #BE866A. Grayscale: #6B6B6B. Windows color (decimal): -12486251 or 9795905. OLE color: 9795905.

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

Color convert

RGB65121149-
CMYK0.560.1900.42
HSL200º39.25%41.96%-
HSV(B)200º56.38%58.43%-
XYZ14.4416.9730.95-
YUV107.45151.4597.72-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.40%
GREEN value IS 121 (47.66% from 255) = 36.12%
BLUE value IS 149 (58.59% from 255) = 44.48%
R=19.40%
G=36.12%
B=44.48%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal651211490.560.1900.4220039.2541.96
Hex417995381302Ac8272a
Octal10117122570230523104752
Binary100000111110011001010111100010011010101011001000100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #417995; }

 p { color: rgb(65,121,149); }

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

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

 a { background-color: rgb(65,121,149); }

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

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

 span { border-color: rgb(65,121,149); }

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