Html Css Color HEX #417985 Jelly Bean

📋 copy color: '#417985'

red 65 ◦ green 121 ◦ blue 133

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

Shades of Jelly Bean #417985

Tints of Jelly Bean #417985

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 41.69%

R = 20.38%
G = 37.93%
B = 41.69%

CMYK

 C value IS 0.51

 M value IS 0.09

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#417985 (or 0x417985) is known color: Jelly Bean. HEX triplet: 41, 79 and 85. RGB value is (65,121,133). Sum of RGB (Red+Green+Blue) = 65+121+133=319 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.38% from 319); Green value is 121 (47.66% from 255 or 37.93% from 319); Blue value is 133 (52.34% from 255 or 41.69% from 319); Max value from RGB is 133 - color contains mainly: blue. Hex color #417985 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417985 is #BE867A. Grayscale: #696969. Windows color (decimal): -12486267 or 8747329. OLE color: 8747329.

HSL color Cylindrical-coordinate representation of color #417985: hue angle of 190.59º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #417985 is Cyan = 0.51, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 65 121 133 -
CMYK 0.51 0.09 0 0.48
HSL 190.59º 0.34% 0.39% -
HSV(B) 190.59º 0.51% 0.52% -
XYZ 13.25 16.49 24.68 -
YUV 105.62 143.45 99.02 -
System Red Green Blue C M Y K H S L
Decimal 65 121 133 0.51 0.09 0 0.48 190.59 0.34 0.39
Hex 41 79 85 33 9 0 30 BF 22 27
Octal 101 171 205 63 11 0 60 277 42 47
Binary 1000001 1111001 10000101 110011 1001 0 110000 10111111 100010 100111

Color Harmonies of #417985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417985

Black with #417985

Text Example


Text Example

White with #417985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417985; }

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

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

background-color css

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

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

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

border-color css

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

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

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