Html Css Color HEX #417591 Jelly Bean

📋 copy color: '#417591'

red 65 ◦ green 117 ◦ blue 145

#417591
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jelly Bean #417591

Tints of Jelly Bean #417591

RGB

 RED value IS 65 (25.78% from 255) = 19.88%

 GREEN value IS 117 (46.09% from 255) = 35.78%

 BLUE value IS 145 (57.03% from 255) = 44.34%

R = 19.88%
G = 35.78%
B = 44.34%

CMYK

 C value IS 0.55

 M value IS 0.19

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#417591 (or 0x417591) is known color: Jelly Bean. HEX triplet: 41, 75 and 91. RGB value is (65,117,145). Sum of RGB (Red+Green+Blue) = 65+117+145=327 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.88% from 327); Green value is 117 (46.09% from 255 or 35.78% from 327); Blue value is 145 (57.03% from 255 or 44.34% from 327); Max value from RGB is 145 - color contains mainly: blue. Hex color #417591 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417591 is #BE8A6E. Grayscale: #686868. Windows color (decimal): -12487279 or 9532737. OLE color: 9532737.

HSL color Cylindrical-coordinate representation of color #417591: hue angle of 201º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #417591 is Cyan = 0.55, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 65 117 145 -
CMYK 0.55 0.19 0 0.43
HSL 201º 0.38% 0.41% -
HSV(B) 201º 0.55% 0.57% -
XYZ 13.65 15.89 29.14 -
YUV 104.64 150.77 99.72 -
System Red Green Blue C M Y K H S L
Decimal 65 117 145 0.55 0.19 0 0.43 201 0.38 0.41
Hex 41 75 91 37 13 0 2B C9 26 29
Octal 101 165 221 67 23 0 53 311 46 51
Binary 1000001 1110101 10010001 110111 10011 0 101011 11001001 100110 101001

Color Harmonies of #417591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417591

Black with #417591

Text Example


Text Example

White with #417591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417591; }

 p { color: rgb(65,117,145); }

 H1.HeaderClassName
 {
   color: #417591;
 }
 .AnyTagClassName
 {
   color: #417591;
 }
</style>

background-color css

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

 a { background-color: rgb(65,117,145); }

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

border-color css

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

 span { border-color: rgb(65,117,145); }

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