Html Css Color HEX #417E92 Jelly Bean

📋 copy color: '#417E92'

red 65 ◦ green 126 ◦ blue 146

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

Shades of Jelly Bean #417E92

Tints of Jelly Bean #417E92

RGB

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

 GREEN value IS 126 (49.61% from 255) = 37.39%

 BLUE value IS 146 (57.42% from 255) = 43.32%

R = 19.29%
G = 37.39%
B = 43.32%

CMYK

 C value IS 0.55

 M value IS 0.14

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#417E92 (or 0x417E92) is known color: Jelly Bean. HEX triplet: 41, 7E and 92. RGB value is (65,126,146). Sum of RGB (Red+Green+Blue) = 65+126+146=337 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.29% from 337); Green value is 126 (49.61% from 255 or 37.39% from 337); Blue value is 146 (57.42% from 255 or 43.32% from 337); Max value from RGB is 146 - color contains mainly: blue. Hex color #417E92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417E92 is #BE816D. Grayscale: #6D6D6D. Windows color (decimal): -12484974 or 9600577. OLE color: 9600577.

HSL color Cylindrical-coordinate representation of color #417E92: hue angle of 194.81º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #417E92 is Cyan = 0.55, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 65 126 146 -
CMYK 0.55 0.14 0 0.43
HSL 194.81º 0.38% 0.41% -
HSV(B) 194.81º 0.55% 0.57% -
XYZ 14.83 18.12 29.91 -
YUV 110.04 148.29 95.87 -
System Red Green Blue C M Y K H S L
Decimal 65 126 146 0.55 0.14 0 0.43 194.81 0.38 0.41
Hex 41 7E 92 37 E 0 2B C3 26 29
Octal 101 176 222 67 16 0 53 303 46 51
Binary 1000001 1111110 10010010 110111 1110 0 101011 11000011 100110 101001

Color Harmonies of #417E92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417E92

Black with #417E92

Text Example


Text Example

White with #417E92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,126,146); }

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

background-color css

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

 a { background-color: rgb(65,126,146); }

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

border-color css

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

 span { border-color: rgb(65,126,146); }

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