Html Css Color HEX #417595 Jelly Bean

📋 copy color: '#417595'

red 65 ◦ green 117 ◦ blue 149

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

Shades of Jelly Bean #417595

Tints of Jelly Bean #417595

RGB

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

 GREEN value IS 117 (46.09% from 255) = 35.35%

 BLUE value IS 149 (58.59% from 255) = 45.02%

R = 19.64%
G = 35.35%
B = 45.02%

CMYK

 C value IS 0.56

 M value IS 0.21

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#417595 (or 0x417595) is known color: Jelly Bean. HEX triplet: 41, 75 and 95. RGB value is (65,117,149). Sum of RGB (Red+Green+Blue) = 65+117+149=331 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.64% from 331); Green value is 117 (46.09% from 255 or 35.35% from 331); Blue value is 149 (58.59% from 255 or 45.02% from 331); Max value from RGB is 149 - color contains mainly: blue. Hex color #417595 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417595 is #BE8A6A. Grayscale: #686868. Windows color (decimal): -12487275 or 9794881. OLE color: 9794881.

HSL color Cylindrical-coordinate representation of color #417595: hue angle of 202.86º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #417595 is Cyan = 0.56, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 65 117 149 -
CMYK 0.56 0.21 0 0.42
HSL 202.86º 0.39% 0.42% -
HSV(B) 202.86º 0.56% 0.58% -
XYZ 13.97 16.02 30.79 -
YUV 105.1 152.77 99.4 -
System Red Green Blue C M Y K H S L
Decimal 65 117 149 0.56 0.21 0 0.42 202.86 0.39 0.42
Hex 41 75 95 38 15 0 2A CB 27 2A
Octal 101 165 225 70 25 0 52 313 47 52
Binary 1000001 1110101 10010101 111000 10101 0 101010 11001011 100111 101010

Color Harmonies of #417595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417595

Black with #417595

Text Example


Text Example

White with #417595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417595; }

 p { color: rgb(65,117,149); }

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

background-color css

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

 a { background-color: rgb(65,117,149); }

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

border-color css

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

 span { border-color: rgb(65,117,149); }

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