Html Css Color HEX #417497 Jelly Bean

📋 copy color: '#417497'

red 65 ◦ green 116 ◦ blue 151

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

Shades of Jelly Bean #417497

Tints of Jelly Bean #417497

RGB

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

 GREEN value IS 116 (45.7% from 255) = 34.94%

 BLUE value IS 151 (59.38% from 255) = 45.48%

R = 19.58%
G = 34.94%
B = 45.48%

CMYK

 C value IS 0.57

 M value IS 0.23

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#417497 (or 0x417497) is known color: Jelly Bean. HEX triplet: 41, 74 and 97. RGB value is (65,116,151). Sum of RGB (Red+Green+Blue) = 65+116+151=332 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.58% from 332); Green value is 116 (45.70% from 255 or 34.94% from 332); Blue value is 151 (59.38% from 255 or 45.48% from 332); Max value from RGB is 151 - color contains mainly: blue. Hex color #417497 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417497 is #BE8B68. Grayscale: #686868. Windows color (decimal): -12487529 or 9925697. OLE color: 9925697.

HSL color Cylindrical-coordinate representation of color #417497: hue angle of 204.42º 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 #417497 is Cyan = 0.57, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 65 116 151 -
CMYK 0.57 0.23 0 0.41
HSL 204.42º 0.4% 0.42% -
HSV(B) 204.42º 0.57% 0.59% -
XYZ 14.01 15.85 31.6 -
YUV 104.74 154.1 99.65 -
System Red Green Blue C M Y K H S L
Decimal 65 116 151 0.57 0.23 0 0.41 204.42 0.4 0.42
Hex 41 74 97 39 17 0 29 CC 28 2A
Octal 101 164 227 71 27 0 51 314 50 52
Binary 1000001 1110100 10010111 111001 10111 0 101001 11001100 101000 101010

Color Harmonies of #417497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417497

Black with #417497

Text Example


Text Example

White with #417497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417497; }

 p { color: rgb(65,116,151); }

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

background-color css

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

 a { background-color: rgb(65,116,151); }

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

border-color css

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

 span { border-color: rgb(65,116,151); }

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