Html Css Color HEX #417E9B Jelly Bean

📋 copy color: '#417E9B'

red 65 ◦ green 126 ◦ blue 155

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

Shades of Jelly Bean #417E9B

Tints of Jelly Bean #417E9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 44.8%

R = 18.79%
G = 36.42%
B = 44.8%

CMYK

 C value IS 0.58

 M value IS 0.19

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#417E9B (or 0x417E9B) is known color: Jelly Bean. HEX triplet: 41, 7E and 9B. RGB value is (65,126,155). Sum of RGB (Red+Green+Blue) = 65+126+155=346 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.79% from 346); Green value is 126 (49.61% from 255 or 36.42% from 346); Blue value is 155 (60.94% from 255 or 44.80% from 346); Max value from RGB is 155 - color contains mainly: blue. Hex color #417E9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417E9B is #BE8164. Grayscale: #6E6E6E. Windows color (decimal): -12484965 or 10190401. OLE color: 10190401.

HSL color Cylindrical-coordinate representation of color #417E9B: hue angle of 199.33º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #417E9B is Cyan = 0.58, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 65 126 155 -
CMYK 0.58 0.19 0 0.39
HSL 199.33º 0.41% 0.43% -
HSV(B) 199.33º 0.58% 0.61% -
XYZ 15.56 18.41 33.74 -
YUV 111.07 152.79 95.14 -
System Red Green Blue C M Y K H S L
Decimal 65 126 155 0.58 0.19 0 0.39 199.33 0.41 0.43
Hex 41 7E 9B 3A 13 0 27 C7 29 2B
Octal 101 176 233 72 23 0 47 307 51 53
Binary 1000001 1111110 10011011 111010 10011 0 100111 11000111 101001 101011

Color Harmonies of #417E9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417E9B

Black with #417E9B

Text Example


Text Example

White with #417E9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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