Html Css Color HEX #417292 Jelly Bean

📋 copy color: '#417292'

red 65 ◦ green 114 ◦ blue 146

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

Shades of Jelly Bean #417292

Tints of Jelly Bean #417292

RGB

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

 GREEN value IS 114 (44.92% from 255) = 35.08%

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

R = 20%
G = 35.08%
B = 44.92%

CMYK

 C value IS 0.55

 M value IS 0.22

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#417292 (or 0x417292) is known color: Jelly Bean. HEX triplet: 41, 72 and 92. RGB value is (65,114,146). Sum of RGB (Red+Green+Blue) = 65+114+146=325 (43% of max value = 765). Red value is 65 (25.78% from 255 or 20% from 325); Green value is 114 (44.92% from 255 or 35.08% from 325); Blue value is 146 (57.42% from 255 or 44.92% from 325); Max value from RGB is 146 - color contains mainly: blue. Hex color #417292 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417292 is #BE8D6D. Grayscale: #666666. Windows color (decimal): -12488046 or 9597505. OLE color: 9597505.

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

Color convert

RGB 65 114 146 -
CMYK 0.55 0.22 0 0.43
HSL 203.7º 0.38% 0.41% -
HSV(B) 203.7º 0.55% 0.57% -
XYZ 13.39 15.23 29.43 -
YUV 103 152.27 100.9 -
System Red Green Blue C M Y K H S L
Decimal 65 114 146 0.55 0.22 0 0.43 203.7 0.38 0.41
Hex 41 72 92 37 16 0 2B CC 26 29
Octal 101 162 222 67 26 0 53 314 46 51
Binary 1000001 1110010 10010010 110111 10110 0 101011 11001100 100110 101001

Color Harmonies of #417292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417292

Black with #417292

Text Example


Text Example

White with #417292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417292; }

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

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

background-color css

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

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

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

border-color css

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

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

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