Html Css Color HEX #417291 Jelly Bean

📋 copy color: '#417291'

red 65 ◦ green 114 ◦ blue 145

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

Shades of Jelly Bean #417291

Tints of Jelly Bean #417291

RGB

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

 GREEN value IS 114 (44.92% from 255) = 35.19%

 BLUE value IS 145 (57.03% from 255) = 44.75%

R = 20.06%
G = 35.19%
B = 44.75%

CMYK

 C value IS 0.55

 M value IS 0.21

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#417291 (or 0x417291) is known color: Jelly Bean. HEX triplet: 41, 72 and 91. RGB value is (65,114,145). Sum of RGB (Red+Green+Blue) = 65+114+145=324 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.06% from 324); Green value is 114 (44.92% from 255 or 35.19% from 324); Blue value is 145 (57.03% from 255 or 44.75% from 324); Max value from RGB is 145 - color contains mainly: blue. Hex color #417291 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417291 is #BE8D6E. Grayscale: #666666. Windows color (decimal): -12488047 or 9531969. OLE color: 9531969.

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

Color convert

RGB 65 114 145 -
CMYK 0.55 0.21 0 0.43
HSL 203.25º 0.38% 0.41% -
HSV(B) 203.25º 0.55% 0.57% -
XYZ 13.31 15.2 29.02 -
YUV 102.88 151.77 100.98 -
System Red Green Blue C M Y K H S L
Decimal 65 114 145 0.55 0.21 0 0.43 203.25 0.38 0.41
Hex 41 72 91 37 15 0 2B CB 26 29
Octal 101 162 221 67 25 0 53 313 46 51
Binary 1000001 1110010 10010001 110111 10101 0 101011 11001011 100110 101001

Color Harmonies of #417291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417291

Black with #417291

Text Example


Text Example

White with #417291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417291; }

 p { color: rgb(65,114,145); }

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

background-color css

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

 a { background-color: rgb(65,114,145); }

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

border-color css

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

 span { border-color: rgb(65,114,145); }

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