Html Css Color HEX #417499 Jelly Bean

📋 copy color: '#417499'

red 65 ◦ green 116 ◦ blue 153

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

Shades of Jelly Bean #417499

Tints of Jelly Bean #417499

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 45.81%

R = 19.46%
G = 34.73%
B = 45.81%

CMYK

 C value IS 0.58

 M value IS 0.24

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#417499 (or 0x417499) is known color: Jelly Bean. HEX triplet: 41, 74 and 99. RGB value is (65,116,153). Sum of RGB (Red+Green+Blue) = 65+116+153=334 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.46% from 334); Green value is 116 (45.70% from 255 or 34.73% from 334); Blue value is 153 (60.16% from 255 or 45.81% from 334); Max value from RGB is 153 - color contains mainly: blue. Hex color #417499 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417499 is #BE8B66. Grayscale: #686868. Windows color (decimal): -12487527 or 10056769. OLE color: 10056769.

HSL color Cylindrical-coordinate representation of color #417499: hue angle of 205.23º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #417499 is Cyan = 0.58, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 65 116 153 -
CMYK 0.58 0.24 0 0.4
HSL 205.23º 0.4% 0.43% -
HSV(B) 205.23º 0.58% 0.6% -
XYZ 14.18 15.91 32.46 -
YUV 104.97 155.1 99.49 -
System Red Green Blue C M Y K H S L
Decimal 65 116 153 0.58 0.24 0 0.4 205.23 0.4 0.43
Hex 41 74 99 3A 18 0 28 CD 28 2B
Octal 101 164 231 72 30 0 50 315 50 53
Binary 1000001 1110100 10011001 111010 11000 0 101000 11001101 101000 101011

Color Harmonies of #417499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417499

Black with #417499

Text Example


Text Example

White with #417499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417499; }

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

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

background-color css

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

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

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

border-color css

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

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

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