Html Css Color HEX #417896 Jelly Bean

📋 copy color: '#417896'

red 65 ◦ green 120 ◦ blue 150

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

Shades of Jelly Bean #417896

Tints of Jelly Bean #417896

RGB

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

 GREEN value IS 120 (47.27% from 255) = 35.82%

 BLUE value IS 150 (58.98% from 255) = 44.78%

R = 19.4%
G = 35.82%
B = 44.78%

CMYK

 C value IS 0.57

 M value IS 0.20

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#417896 (or 0x417896) is known color: Jelly Bean. HEX triplet: 41, 78 and 96. RGB value is (65,120,150). Sum of RGB (Red+Green+Blue) = 65+120+150=335 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.40% from 335); Green value is 120 (47.27% from 255 or 35.82% from 335); Blue value is 150 (58.98% from 255 or 44.78% from 335); Max value from RGB is 150 - color contains mainly: blue. Hex color #417896 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417896 is #BE8769. Grayscale: #6A6A6A. Windows color (decimal): -12486506 or 9861185. OLE color: 9861185.

HSL color Cylindrical-coordinate representation of color #417896: hue angle of 201.18º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #417896 is Cyan = 0.57, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 65 120 150 -
CMYK 0.57 0.20 0 0.41
HSL 201.18º 0.4% 0.42% -
HSV(B) 201.18º 0.57% 0.59% -
XYZ 14.4 16.76 31.33 -
YUV 106.98 152.28 98.06 -
System Red Green Blue C M Y K H S L
Decimal 65 120 150 0.57 0.20 0 0.41 201.18 0.4 0.42
Hex 41 78 96 39 14 0 29 C9 28 2A
Octal 101 170 226 71 24 0 51 311 50 52
Binary 1000001 1111000 10010110 111001 10100 0 101001 11001001 101000 101010

Color Harmonies of #417896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417896

Black with #417896

Text Example


Text Example

White with #417896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417896; }

 p { color: rgb(65,120,150); }

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

background-color css

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

 a { background-color: rgb(65,120,150); }

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

border-color css

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

 span { border-color: rgb(65,120,150); }

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