Html Css Color HEX #417A9A Jelly Bean

📋 copy color: '#417A9A'

red 65 ◦ green 122 ◦ blue 154

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

Shades of Jelly Bean #417A9A

Tints of Jelly Bean #417A9A

RGB

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

 GREEN value IS 122 (48.05% from 255) = 35.78%

 BLUE value IS 154 (60.55% from 255) = 45.16%

R = 19.06%
G = 35.78%
B = 45.16%

CMYK

 C value IS 0.58

 M value IS 0.21

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#417A9A (or 0x417A9A) is known color: Jelly Bean. HEX triplet: 41, 7A and 9A. RGB value is (65,122,154). Sum of RGB (Red+Green+Blue) = 65+122+154=341 (45% of max value = 765). Red value is 65 (25.78% from 255 or 19.06% from 341); Green value is 122 (48.05% from 255 or 35.78% from 341); Blue value is 154 (60.55% from 255 or 45.16% from 341); Max value from RGB is 154 - color contains mainly: blue. Hex color #417A9A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417A9A is #BE8565. Grayscale: #6C6C6C. Windows color (decimal): -12485990 or 10123841. OLE color: 10123841.

HSL color Cylindrical-coordinate representation of color #417A9A: hue angle of 201.57º degrees, saturation: 0.41, 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 #417A9A is Cyan = 0.58, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 65 122 154 -
CMYK 0.58 0.21 0 0.40
HSL 201.57º 0.41% 0.43% -
HSV(B) 201.57º 0.58% 0.6% -
XYZ 14.97 17.38 33.14 -
YUV 108.61 153.62 96.9 -
System Red Green Blue C M Y K H S L
Decimal 65 122 154 0.58 0.21 0 0.40 201.57 0.41 0.43
Hex 41 7A 9A 3A 15 0 28 CA 29 2B
Octal 101 172 232 72 25 0 50 312 51 53
Binary 1000001 1111010 10011010 111010 10101 0 101000 11001010 101001 101011

Color Harmonies of #417A9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417A9A

Black with #417A9A

Text Example


Text Example

White with #417A9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417A9A; }

 p { color: rgb(65,122,154); }

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

background-color css

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

 a { background-color: rgb(65,122,154); }

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

border-color css

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

 span { border-color: rgb(65,122,154); }

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