Html Css Color HEX #417392 Jelly Bean

📋 copy color: '#417392'

red 65 ◦ green 115 ◦ blue 146

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

Shades of Jelly Bean #417392

Tints of Jelly Bean #417392

RGB

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

 GREEN value IS 115 (45.31% from 255) = 35.28%

 BLUE value IS 146 (57.42% from 255) = 44.79%

R = 19.94%
G = 35.28%
B = 44.79%

CMYK

 C value IS 0.55

 M value IS 0.21

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#417392 (or 0x417392) is known color: Jelly Bean. HEX triplet: 41, 73 and 92. RGB value is (65,115,146). Sum of RGB (Red+Green+Blue) = 65+115+146=326 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.94% from 326); Green value is 115 (45.31% from 255 or 35.28% from 326); Blue value is 146 (57.42% from 255 or 44.79% from 326); Max value from RGB is 146 - color contains mainly: blue. Hex color #417392 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417392 is #BE8C6D. Grayscale: #676767. Windows color (decimal): -12487790 or 9597761. OLE color: 9597761.

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

Color convert

RGB 65 115 146 -
CMYK 0.55 0.21 0 0.43
HSL 202.96º 0.38% 0.41% -
HSV(B) 202.96º 0.55% 0.57% -
XYZ 13.5 15.46 29.47 -
YUV 103.58 151.94 100.48 -
System Red Green Blue C M Y K H S L
Decimal 65 115 146 0.55 0.21 0 0.43 202.96 0.38 0.41
Hex 41 73 92 37 15 0 2B CB 26 29
Octal 101 163 222 67 25 0 53 313 46 51
Binary 1000001 1110011 10010010 110111 10101 0 101011 11001011 100110 101001

Color Harmonies of #417392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417392

Black with #417392

Text Example


Text Example

White with #417392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417392; }

 p { color: rgb(65,115,146); }

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

background-color css

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

 a { background-color: rgb(65,115,146); }

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

border-color css

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

 span { border-color: rgb(65,115,146); }

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