Html Css Color HEX #417690 Jelly Bean

📋 copy color: '#417690'

red 65 ◦ green 118 ◦ blue 144

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

Shades of Jelly Bean #417690

Tints of Jelly Bean #417690

RGB

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

 GREEN value IS 118 (46.48% from 255) = 36.09%

 BLUE value IS 144 (56.64% from 255) = 44.04%

R = 19.88%
G = 36.09%
B = 44.04%

CMYK

 C value IS 0.55

 M value IS 0.18

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#417690 (or 0x417690) is known color: Jelly Bean. HEX triplet: 41, 76 and 90. RGB value is (65,118,144). Sum of RGB (Red+Green+Blue) = 65+118+144=327 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.88% from 327); Green value is 118 (46.48% from 255 or 36.09% from 327); Blue value is 144 (56.64% from 255 or 44.04% from 327); Max value from RGB is 144 - color contains mainly: blue. Hex color #417690 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417690 is #BE896F. Grayscale: #686868. Windows color (decimal): -12487024 or 9467457. OLE color: 9467457.

HSL color Cylindrical-coordinate representation of color #417690: hue angle of 199.75º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #417690 is Cyan = 0.55, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 65 118 144 -
CMYK 0.55 0.18 0 0.44
HSL 199.75º 0.38% 0.41% -
HSV(B) 199.75º 0.55% 0.56% -
XYZ 13.69 16.09 28.77 -
YUV 105.12 149.94 99.39 -
System Red Green Blue C M Y K H S L
Decimal 65 118 144 0.55 0.18 0 0.44 199.75 0.38 0.41
Hex 41 76 90 37 12 0 2C C8 26 29
Octal 101 166 220 67 22 0 54 310 46 51
Binary 1000001 1110110 10010000 110111 10010 0 101100 11001000 100110 101001

Color Harmonies of #417690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417690

Black with #417690

Text Example


Text Example

White with #417690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417690; }

 p { color: rgb(65,118,144); }

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

background-color css

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

 a { background-color: rgb(65,118,144); }

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

border-color css

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

 span { border-color: rgb(65,118,144); }

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