Html Css Color HEX #417F90 Jelly Bean

📋 copy color: '#417F90'

red 65 ◦ green 127 ◦ blue 144

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

Shades of Jelly Bean #417F90

Tints of Jelly Bean #417F90

RGB

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

 GREEN value IS 127 (50% from 255) = 37.8%

 BLUE value IS 144 (56.64% from 255) = 42.86%

R = 19.35%
G = 37.8%
B = 42.86%

CMYK

 C value IS 0.55

 M value IS 0.12

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#417F90 (or 0x417F90) is known color: Jelly Bean. HEX triplet: 41, 7F and 90. RGB value is (65,127,144). Sum of RGB (Red+Green+Blue) = 65+127+144=336 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.35% from 336); Green value is 127 (50% from 255 or 37.80% from 336); Blue value is 144 (56.64% from 255 or 42.86% from 336); Max value from RGB is 144 - color contains mainly: blue. Hex color #417F90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417F90 is #BE806F. Grayscale: #6E6E6E. Windows color (decimal): -12484720 or 9469761. OLE color: 9469761.

HSL color Cylindrical-coordinate representation of color #417F90: hue angle of 192.91º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #417F90 is Cyan = 0.55, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 65 127 144 -
CMYK 0.55 0.12 0 0.44
HSL 192.91º 0.38% 0.41% -
HSV(B) 192.91º 0.55% 0.56% -
XYZ 14.8 18.32 29.14 -
YUV 110.4 146.96 95.62 -
System Red Green Blue C M Y K H S L
Decimal 65 127 144 0.55 0.12 0 0.44 192.91 0.38 0.41
Hex 41 7F 90 37 C 0 2C C1 26 29
Octal 101 177 220 67 14 0 54 301 46 51
Binary 1000001 1111111 10010000 110111 1100 0 101100 11000001 100110 101001

Color Harmonies of #417F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417F90

Black with #417F90

Text Example


Text Example

White with #417F90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,127,144); }

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

background-color css

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

 a { background-color: rgb(65,127,144); }

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

border-color css

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

 span { border-color: rgb(65,127,144); }

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