Html Css Color HEX #417491 Jelly Bean

📋 copy color: '#417491'

red 65 ◦ green 116 ◦ blue 145

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

Shades of Jelly Bean #417491

Tints of Jelly Bean #417491

RGB

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

 GREEN value IS 116 (45.7% from 255) = 35.58%

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

R = 19.94%
G = 35.58%
B = 44.48%

CMYK

 C value IS 0.55

 M value IS 0.2

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#417491 (or 0x417491) is known color: Jelly Bean. HEX triplet: 41, 74 and 91. RGB value is (65,116,145). Sum of RGB (Red+Green+Blue) = 65+116+145=326 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.94% from 326); Green value is 116 (45.70% from 255 or 35.58% from 326); Blue value is 145 (57.03% from 255 or 44.48% from 326); Max value from RGB is 145 - color contains mainly: blue. Hex color #417491 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417491 is #BE8B6E. Grayscale: #676767. Windows color (decimal): -12487535 or 9532481. OLE color: 9532481.

HSL color Cylindrical-coordinate representation of color #417491: hue angle of 201.75º 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 #417491 is Cyan = 0.55, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 65 116 145 -
CMYK 0.55 0.2 0 0.43
HSL 201.75º 0.38% 0.41% -
HSV(B) 201.75º 0.55% 0.57% -
XYZ 13.54 15.66 29.1 -
YUV 104.06 151.1 100.14 -
System Red Green Blue C M Y K H S L
Decimal 65 116 145 0.55 0.2 0 0.43 201.75 0.38 0.41
Hex 41 74 91 37 14 0 2B CA 26 29
Octal 101 164 221 67 24 0 53 312 46 51
Binary 1000001 1110100 10010001 110111 10100 0 101011 11001010 100110 101001

Color Harmonies of #417491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417491

Black with #417491

Text Example


Text Example

White with #417491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417491; }

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

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

background-color css

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

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

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

border-color css

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

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

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