Html Css Color HEX #417D9C Jelly Bean

📋 copy color: '#417D9C'

red 65 ◦ green 125 ◦ blue 156

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

Shades of Jelly Bean #417D9C

Tints of Jelly Bean #417D9C

RGB

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

 GREEN value IS 125 (49.22% from 255) = 36.13%

 BLUE value IS 156 (61.33% from 255) = 45.09%

R = 18.79%
G = 36.13%
B = 45.09%

CMYK

 C value IS 0.58

 M value IS 0.20

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#417D9C (or 0x417D9C) is known color: Jelly Bean. HEX triplet: 41, 7D and 9C. RGB value is (65,125,156). Sum of RGB (Red+Green+Blue) = 65+125+156=346 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.79% from 346); Green value is 125 (49.22% from 255 or 36.13% from 346); Blue value is 156 (61.33% from 255 or 45.09% from 346); Max value from RGB is 156 - color contains mainly: blue. Hex color #417D9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417D9C is #BE8263. Grayscale: #6E6E6E. Windows color (decimal): -12485220 or 10255681. OLE color: 10255681.

HSL color Cylindrical-coordinate representation of color #417D9C: hue angle of 200.44º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #417D9C is Cyan = 0.58, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 65 125 156 -
CMYK 0.58 0.20 0 0.39
HSL 200.44º 0.41% 0.43% -
HSV(B) 200.44º 0.58% 0.61% -
XYZ 15.51 18.19 34.15 -
YUV 110.59 153.62 95.48 -
System Red Green Blue C M Y K H S L
Decimal 65 125 156 0.58 0.20 0 0.39 200.44 0.41 0.43
Hex 41 7D 9C 3A 14 0 27 C8 29 2B
Octal 101 175 234 72 24 0 47 310 51 53
Binary 1000001 1111101 10011100 111010 10100 0 100111 11001000 101001 101011

Color Harmonies of #417D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417D9C

Black with #417D9C

Text Example


Text Example

White with #417D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,125,156); }

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

background-color css

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

 a { background-color: rgb(65,125,156); }

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

border-color css

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

 span { border-color: rgb(65,125,156); }

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