Html Css Color HEX #417696 Jelly Bean

📋 copy color: '#417696'

red 65 ◦ green 118 ◦ blue 150

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

Shades of Jelly Bean #417696

Tints of Jelly Bean #417696

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 45.05%

R = 19.52%
G = 35.44%
B = 45.05%

CMYK

 C value IS 0.57

 M value IS 0.21

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#417696 (or 0x417696) is known color: Jelly Bean. HEX triplet: 41, 76 and 96. RGB value is (65,118,150). Sum of RGB (Red+Green+Blue) = 65+118+150=333 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.52% from 333); Green value is 118 (46.48% from 255 or 35.44% from 333); Blue value is 150 (58.98% from 255 or 45.05% from 333); Max value from RGB is 150 - color contains mainly: blue. Hex color #417696 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417696 is #BE8969. Grayscale: #696969. Windows color (decimal): -12487018 or 9860673. OLE color: 9860673.

HSL color Cylindrical-coordinate representation of color #417696: hue angle of 202.59º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #417696 is Cyan = 0.57, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 65 118 150 -
CMYK 0.57 0.21 0 0.41
HSL 202.59º 0.4% 0.42% -
HSV(B) 202.59º 0.57% 0.59% -
XYZ 14.16 16.28 31.25 -
YUV 105.8 152.94 98.9 -
System Red Green Blue C M Y K H S L
Decimal 65 118 150 0.57 0.21 0 0.41 202.59 0.4 0.42
Hex 41 76 96 39 15 0 29 CB 28 2A
Octal 101 166 226 71 25 0 51 313 50 52
Binary 1000001 1110110 10010110 111001 10101 0 101001 11001011 101000 101010

Color Harmonies of #417696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417696

Black with #417696

Text Example


Text Example

White with #417696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417696; }

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

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

background-color css

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

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

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

border-color css

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

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

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