Html Css Color HEX #417399 Jelly Bean

📋 copy color: '#417399'

red 65 ◦ green 115 ◦ blue 153

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

Shades of Jelly Bean #417399

Tints of Jelly Bean #417399

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 45.95%

R = 19.52%
G = 34.53%
B = 45.95%

CMYK

 C value IS 0.58

 M value IS 0.25

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#417399 (or 0x417399) is known color: Jelly Bean. HEX triplet: 41, 73 and 99. RGB value is (65,115,153). Sum of RGB (Red+Green+Blue) = 65+115+153=333 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.52% from 333); Green value is 115 (45.31% from 255 or 34.53% from 333); Blue value is 153 (60.16% from 255 or 45.95% from 333); Max value from RGB is 153 - color contains mainly: blue. Hex color #417399 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417399 is #BE8C66. Grayscale: #686868. Windows color (decimal): -12487783 or 10056513. OLE color: 10056513.

HSL color Cylindrical-coordinate representation of color #417399: hue angle of 205.91º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #417399 is Cyan = 0.58, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 65 115 153 -
CMYK 0.58 0.25 0 0.4
HSL 205.91º 0.4% 0.43% -
HSV(B) 205.91º 0.58% 0.6% -
XYZ 14.06 15.69 32.42 -
YUV 104.38 155.44 99.91 -
System Red Green Blue C M Y K H S L
Decimal 65 115 153 0.58 0.25 0 0.4 205.91 0.4 0.43
Hex 41 73 99 3A 19 0 28 CE 28 2B
Octal 101 163 231 72 31 0 50 316 50 53
Binary 1000001 1110011 10011001 111010 11001 0 101000 11001110 101000 101011

Color Harmonies of #417399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417399

Black with #417399

Text Example


Text Example

White with #417399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417399; }

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

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

background-color css

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

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

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

border-color css

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

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

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