Html Css Color HEX #417E91 Jelly Bean

📋 copy color: '#417E91'

red 65 ◦ green 126 ◦ blue 145

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

Shades of Jelly Bean #417E91

Tints of Jelly Bean #417E91

RGB

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

 GREEN value IS 126 (49.61% from 255) = 37.5%

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

R = 19.35%
G = 37.5%
B = 43.15%

CMYK

 C value IS 0.55

 M value IS 0.13

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#417E91 (or 0x417E91) is known color: Jelly Bean. HEX triplet: 41, 7E and 91. RGB value is (65,126,145). Sum of RGB (Red+Green+Blue) = 65+126+145=336 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.35% from 336); Green value is 126 (49.61% from 255 or 37.5% from 336); Blue value is 145 (57.03% from 255 or 43.15% from 336); Max value from RGB is 145 - color contains mainly: blue. Hex color #417E91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417E91 is #BE816E. Grayscale: #6D6D6D. Windows color (decimal): -12484975 or 9535041. OLE color: 9535041.

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

Color convert

RGB 65 126 145 -
CMYK 0.55 0.13 0 0.43
HSL 194.25º 0.38% 0.41% -
HSV(B) 194.25º 0.55% 0.57% -
XYZ 14.75 18.09 29.5 -
YUV 109.93 147.79 95.96 -
System Red Green Blue C M Y K H S L
Decimal 65 126 145 0.55 0.13 0 0.43 194.25 0.38 0.41
Hex 41 7E 91 37 D 0 2B C2 26 29
Octal 101 176 221 67 15 0 53 302 46 51
Binary 1000001 1111110 10010001 110111 1101 0 101011 11000010 100110 101001

Color Harmonies of #417E91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417E91

Black with #417E91

Text Example


Text Example

White with #417E91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417E91; }

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

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

background-color css

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

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

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

border-color css

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

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

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