Html Css Color HEX #417D92 Jelly Bean

📋 copy color: '#417D92'

red 65 ◦ green 125 ◦ blue 146

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

Shades of Jelly Bean #417D92

Tints of Jelly Bean #417D92

RGB

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

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

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

R = 19.35%
G = 37.2%
B = 43.45%

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

#417D92 (or 0x417D92) is known color: Jelly Bean. HEX triplet: 41, 7D and 92. RGB value is (65,125,146). Sum of RGB (Red+Green+Blue) = 65+125+146=336 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.35% from 336); Green value is 125 (49.22% from 255 or 37.20% from 336); Blue value is 146 (57.42% from 255 or 43.45% from 336); Max value from RGB is 146 - color contains mainly: blue. Hex color #417D92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417D92 is #BE826D. Grayscale: #6D6D6D. Windows color (decimal): -12485230 or 9600321. OLE color: 9600321.

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

Color convert

RGB 65 125 146 -
CMYK 0.55 0.14 0 0.43
HSL 195.56º 0.38% 0.41% -
HSV(B) 195.56º 0.55% 0.57% -
XYZ 14.7 17.87 29.87 -
YUV 109.45 148.62 96.29 -
System Red Green Blue C M Y K H S L
Decimal 65 125 146 0.55 0.14 0 0.43 195.56 0.38 0.41
Hex 41 7D 92 37 E 0 2B C4 26 29
Octal 101 175 222 67 16 0 53 304 46 51
Binary 1000001 1111101 10010010 110111 1110 0 101011 11000100 100110 101001

Color Harmonies of #417D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417D92

Black with #417D92

Text Example


Text Example

White with #417D92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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