Html Css Color HEX #417E86 Paradiso

📋 copy color: '#417E86'

red 65 ◦ green 126 ◦ blue 134

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

Shades of Paradiso #417E86

Tints of Paradiso #417E86

RGB

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

 GREEN value IS 126 (49.61% from 255) = 38.77%

 BLUE value IS 134 (52.73% from 255) = 41.23%

R = 20%
G = 38.77%
B = 41.23%

CMYK

 C value IS 0.51

 M value IS 0.06

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#417E86 (or 0x417E86) is known color: Paradiso. HEX triplet: 41, 7E and 86. RGB value is (65,126,134). Sum of RGB (Red+Green+Blue) = 65+126+134=325 (43% of max value = 765). Red value is 65 (25.78% from 255 or 20% from 325); Green value is 126 (49.61% from 255 or 38.77% from 325); Blue value is 134 (52.73% from 255 or 41.23% from 325); Max value from RGB is 134 - color contains mainly: blue. Hex color #417E86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417E86 is #BE8179. Grayscale: #6C6C6C. Windows color (decimal): -12484986 or 8814145. OLE color: 8814145.

HSL color Cylindrical-coordinate representation of color #417E86: hue angle of 186.96º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #417E86 is Cyan = 0.51, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 65 126 134 -
CMYK 0.51 0.06 0 0.47
HSL 186.96º 0.35% 0.39% -
HSV(B) 186.96º 0.51% 0.53% -
XYZ 13.94 17.77 25.25 -
YUV 108.67 142.29 96.85 -
System Red Green Blue C M Y K H S L
Decimal 65 126 134 0.51 0.06 0 0.47 186.96 0.35 0.39
Hex 41 7E 86 33 6 0 2F BB 23 27
Octal 101 176 206 63 6 0 57 273 43 47
Binary 1000001 1111110 10000110 110011 110 0 101111 10111011 100011 100111

Color Harmonies of #417E86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417E86

Black with #417E86

Text Example


Text Example

White with #417E86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,126,134); }

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

background-color css

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

 a { background-color: rgb(65,126,134); }

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

border-color css

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

 span { border-color: rgb(65,126,134); }

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