Html Css Color HEX #417A91 Jelly Bean

📋 copy color: '#417A91'

red 65 ◦ green 122 ◦ blue 145

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

Shades of Jelly Bean #417A91

Tints of Jelly Bean #417A91

RGB

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

 GREEN value IS 122 (48.05% from 255) = 36.75%

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

R = 19.58%
G = 36.75%
B = 43.67%

CMYK

 C value IS 0.55

 M value IS 0.16

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#417A91 (or 0x417A91) is known color: Jelly Bean. HEX triplet: 41, 7A and 91. RGB value is (65,122,145). Sum of RGB (Red+Green+Blue) = 65+122+145=332 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.58% from 332); Green value is 122 (48.05% from 255 or 36.75% from 332); Blue value is 145 (57.03% from 255 or 43.67% from 332); Max value from RGB is 145 - color contains mainly: blue. Hex color #417A91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417A91 is #BE856E. Grayscale: #6B6B6B. Windows color (decimal): -12485999 or 9534017. OLE color: 9534017.

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

Color convert

RGB 65 122 145 -
CMYK 0.55 0.16 0 0.43
HSL 197.25º 0.38% 0.41% -
HSV(B) 197.25º 0.55% 0.57% -
XYZ 14.25 17.09 29.34 -
YUV 107.58 149.12 97.63 -
System Red Green Blue C M Y K H S L
Decimal 65 122 145 0.55 0.16 0 0.43 197.25 0.38 0.41
Hex 41 7A 91 37 10 0 2B C5 26 29
Octal 101 172 221 67 20 0 53 305 46 51
Binary 1000001 1111010 10010001 110111 10000 0 101011 11000101 100110 101001

Color Harmonies of #417A91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417A91

Black with #417A91

Text Example


Text Example

White with #417A91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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