Html Css Color HEX #417998 Jelly Bean

📋 copy color: '#417998'

red 65 ◦ green 121 ◦ blue 152

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

Shades of Jelly Bean #417998

Tints of Jelly Bean #417998

RGB

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

 GREEN value IS 121 (47.66% from 255) = 35.8%

 BLUE value IS 152 (59.77% from 255) = 44.97%

R = 19.23%
G = 35.8%
B = 44.97%

CMYK

 C value IS 0.57

 M value IS 0.20

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#417998 (or 0x417998) is known color: Jelly Bean. HEX triplet: 41, 79 and 98. RGB value is (65,121,152). Sum of RGB (Red+Green+Blue) = 65+121+152=338 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.23% from 338); Green value is 121 (47.66% from 255 or 35.80% from 338); Blue value is 152 (59.77% from 255 or 44.97% from 338); Max value from RGB is 152 - color contains mainly: blue. Hex color #417998 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417998 is #BE8667. Grayscale: #6B6B6B. Windows color (decimal): -12486248 or 9992513. OLE color: 9992513.

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

Color convert

RGB 65 121 152 -
CMYK 0.57 0.20 0 0.40
HSL 201.38º 0.4% 0.43% -
HSV(B) 201.38º 0.57% 0.6% -
XYZ 14.68 17.07 32.23 -
YUV 107.79 152.95 97.48 -
System Red Green Blue C M Y K H S L
Decimal 65 121 152 0.57 0.20 0 0.40 201.38 0.4 0.43
Hex 41 79 98 39 14 0 28 C9 28 2B
Octal 101 171 230 71 24 0 50 311 50 53
Binary 1000001 1111001 10011000 111001 10100 0 101000 11001001 101000 101011

Color Harmonies of #417998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417998

Black with #417998

Text Example


Text Example

White with #417998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417998; }

 p { color: rgb(65,121,152); }

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

background-color css

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

 a { background-color: rgb(65,121,152); }

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

border-color css

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

 span { border-color: rgb(65,121,152); }

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