Html Css Color HEX #417C9B Jelly Bean

📋 copy color: '#417C9B'

red 65 ◦ green 124 ◦ blue 155

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

Shades of Jelly Bean #417C9B

Tints of Jelly Bean #417C9B

RGB

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

 GREEN value IS 124 (48.83% from 255) = 36.05%

 BLUE value IS 155 (60.94% from 255) = 45.06%

R = 18.9%
G = 36.05%
B = 45.06%

CMYK

 C value IS 0.58

 M value IS 0.2

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#417C9B (or 0x417C9B) is known color: Jelly Bean. HEX triplet: 41, 7C and 9B. RGB value is (65,124,155). Sum of RGB (Red+Green+Blue) = 65+124+155=344 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.90% from 344); Green value is 124 (48.83% from 255 or 36.05% from 344); Blue value is 155 (60.94% from 255 or 45.06% from 344); Max value from RGB is 155 - color contains mainly: blue. Hex color #417C9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417C9B is #BE8364. Grayscale: #6D6D6D. Windows color (decimal): -12485477 or 10189889. OLE color: 10189889.

HSL color Cylindrical-coordinate representation of color #417C9B: hue angle of 200.67º 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 #417C9B is Cyan = 0.58, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 65 124 155 -
CMYK 0.58 0.2 0 0.39
HSL 200.67º 0.41% 0.43% -
HSV(B) 200.67º 0.58% 0.61% -
XYZ 15.3 17.91 33.66 -
YUV 109.89 153.45 95.98 -
System Red Green Blue C M Y K H S L
Decimal 65 124 155 0.58 0.2 0 0.39 200.67 0.41 0.43
Hex 41 7C 9B 3A 14 0 27 C9 29 2B
Octal 101 174 233 72 24 0 47 311 51 53
Binary 1000001 1111100 10011011 111010 10100 0 100111 11001001 101001 101011

Color Harmonies of #417C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417C9B

Black with #417C9B

Text Example


Text Example

White with #417C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,124,155); }

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

background-color css

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

 a { background-color: rgb(65,124,155); }

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

border-color css

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

 span { border-color: rgb(65,124,155); }

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