Html Css Color HEX #417492 Jelly Bean

📋 copy color: '#417492'

red 65 ◦ green 116 ◦ blue 146

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

Shades of Jelly Bean #417492

Tints of Jelly Bean #417492

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 44.65%

R = 19.88%
G = 35.47%
B = 44.65%

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

#417492 (or 0x417492) is known color: Jelly Bean. HEX triplet: 41, 74 and 92. RGB value is (65,116,146). Sum of RGB (Red+Green+Blue) = 65+116+146=327 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.88% from 327); Green value is 116 (45.70% from 255 or 35.47% from 327); Blue value is 146 (57.42% from 255 or 44.65% from 327); Max value from RGB is 146 - color contains mainly: blue. Hex color #417492 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417492 is #BE8B6D. Grayscale: #686868. Windows color (decimal): -12487534 or 9598017. OLE color: 9598017.

HSL color Cylindrical-coordinate representation of color #417492: hue angle of 202.22º 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 #417492 is Cyan = 0.55, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 65 116 146 -
CMYK 0.55 0.21 0 0.43
HSL 202.22º 0.38% 0.41% -
HSV(B) 202.22º 0.55% 0.57% -
XYZ 13.61 15.69 29.51 -
YUV 104.17 151.6 100.06 -
System Red Green Blue C M Y K H S L
Decimal 65 116 146 0.55 0.21 0 0.43 202.22 0.38 0.41
Hex 41 74 92 37 15 0 2B CA 26 29
Octal 101 164 222 67 25 0 53 312 46 51
Binary 1000001 1110100 10010010 110111 10101 0 101011 11001010 100110 101001

Color Harmonies of #417492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417492

Black with #417492

Text Example


Text Example

White with #417492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417492; }

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

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

background-color css

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

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

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

border-color css

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

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

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