Html Css Color HEX #417791 Jelly Bean

📋 copy color: '#417791'

red 65 ◦ green 119 ◦ blue 145

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

Shades of Jelly Bean #417791

Tints of Jelly Bean #417791

RGB

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

 GREEN value IS 119 (46.88% from 255) = 36.17%

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

R = 19.76%
G = 36.17%
B = 44.07%

CMYK

 C value IS 0.55

 M value IS 0.18

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#417791 (or 0x417791) is known color: Jelly Bean. HEX triplet: 41, 77 and 91. RGB value is (65,119,145). Sum of RGB (Red+Green+Blue) = 65+119+145=329 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.76% from 329); Green value is 119 (46.88% from 255 or 36.17% from 329); Blue value is 145 (57.03% from 255 or 44.07% from 329); Max value from RGB is 145 - color contains mainly: blue. Hex color #417791 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417791 is #BE886E. Grayscale: #696969. Windows color (decimal): -12486767 or 9533249. OLE color: 9533249.

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

Color convert

RGB 65 119 145 -
CMYK 0.55 0.18 0 0.43
HSL 199.5º 0.38% 0.41% -
HSV(B) 199.5º 0.55% 0.57% -
XYZ 13.89 16.36 29.21 -
YUV 105.82 150.11 98.89 -
System Red Green Blue C M Y K H S L
Decimal 65 119 145 0.55 0.18 0 0.43 199.5 0.38 0.41
Hex 41 77 91 37 12 0 2B C8 26 29
Octal 101 167 221 67 22 0 53 310 46 51
Binary 1000001 1110111 10010001 110111 10010 0 101011 11001000 100110 101001

Color Harmonies of #417791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417791

Black with #417791

Text Example


Text Example

White with #417791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417791; }

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

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

background-color css

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

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

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

border-color css

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

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

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