Html Css Color HEX #417594 Jelly Bean

📋 copy color: '#417594'

red 65 ◦ green 117 ◦ blue 148

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

Shades of Jelly Bean #417594

Tints of Jelly Bean #417594

RGB

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

 GREEN value IS 117 (46.09% from 255) = 35.45%

 BLUE value IS 148 (58.2% from 255) = 44.85%

R = 19.7%
G = 35.45%
B = 44.85%

CMYK

 C value IS 0.56

 M value IS 0.21

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#417594 (or 0x417594) is known color: Jelly Bean. HEX triplet: 41, 75 and 94. RGB value is (65,117,148). Sum of RGB (Red+Green+Blue) = 65+117+148=330 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.70% from 330); Green value is 117 (46.09% from 255 or 35.45% from 330); Blue value is 148 (58.20% from 255 or 44.85% from 330); Max value from RGB is 148 - color contains mainly: blue. Hex color #417594 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417594 is #BE8A6B. Grayscale: #686868. Windows color (decimal): -12487276 or 9729345. OLE color: 9729345.

HSL color Cylindrical-coordinate representation of color #417594: hue angle of 202.41º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #417594 is Cyan = 0.56, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 65 117 148 -
CMYK 0.56 0.21 0 0.42
HSL 202.41º 0.39% 0.42% -
HSV(B) 202.41º 0.56% 0.58% -
XYZ 13.89 15.98 30.37 -
YUV 104.99 152.27 99.48 -
System Red Green Blue C M Y K H S L
Decimal 65 117 148 0.56 0.21 0 0.42 202.41 0.39 0.42
Hex 41 75 94 38 15 0 2A CA 27 2A
Octal 101 165 224 70 25 0 52 312 47 52
Binary 1000001 1110101 10010100 111000 10101 0 101010 11001010 100111 101010

Color Harmonies of #417594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417594

Black with #417594

Text Example


Text Example

White with #417594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417594; }

 p { color: rgb(65,117,148); }

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

background-color css

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

 a { background-color: rgb(65,117,148); }

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

border-color css

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

 span { border-color: rgb(65,117,148); }

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