Html Css Color HEX #417C92 Jelly Bean

📋 copy color: '#417C92'

red 65 ◦ green 124 ◦ blue 146

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

Shades of Jelly Bean #417C92

Tints of Jelly Bean #417C92

RGB

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

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

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

R = 19.4%
G = 37.01%
B = 43.58%

CMYK

 C value IS 0.55

 M value IS 0.15

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#417C92 (or 0x417C92) is known color: Jelly Bean. HEX triplet: 41, 7C and 92. RGB value is (65,124,146). Sum of RGB (Red+Green+Blue) = 65+124+146=335 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.40% from 335); Green value is 124 (48.83% from 255 or 37.01% from 335); Blue value is 146 (57.42% from 255 or 43.58% from 335); Max value from RGB is 146 - color contains mainly: blue. Hex color #417C92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417C92 is #BE836D. Grayscale: #6C6C6C. Windows color (decimal): -12485486 or 9600065. OLE color: 9600065.

HSL color Cylindrical-coordinate representation of color #417C92: hue angle of 196.3º 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 #417C92 is Cyan = 0.55, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 65 124 146 -
CMYK 0.55 0.15 0 0.43
HSL 196.3º 0.38% 0.41% -
HSV(B) 196.3º 0.55% 0.57% -
XYZ 14.58 17.61 29.83 -
YUV 108.87 148.95 96.71 -
System Red Green Blue C M Y K H S L
Decimal 65 124 146 0.55 0.15 0 0.43 196.3 0.38 0.41
Hex 41 7C 92 37 F 0 2B C4 26 29
Octal 101 174 222 67 17 0 53 304 46 51
Binary 1000001 1111100 10010010 110111 1111 0 101011 11000100 100110 101001

Color Harmonies of #417C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417C92

Black with #417C92

Text Example


Text Example

White with #417C92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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