#417781

Color #417781 Paradiso (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paradiso #417781

Tints of Paradiso #417781

Color information

#417781 (or 0x417781) is unknown color: approx Paradiso. HEX triplet: 41, 77 and 81. RGB value is (65,119,129). Sum of RGB (Red+Green+Blue) = 65+119+129=313 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.77% from 313); Green value is 119 (46.88% from 255 or 38.02% from 313); Blue value is 129 (50.78% from 255 or 41.21% from 313); Max value from RGB is 129 - color contains mainly: blue. Hex color #417781 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417781 is #BE887E. Grayscale: #676767. Windows color (decimal): -12486783 or 8484673. OLE color: 8484673.

HSL color Cylindrical-coordinate representation of color #417781: hue angle of 189.38º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #417781 is Cyan = 0.50, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB65119129-
CMYK0.500.0800.49
HSL189.38º32.99%38.04%-
HSV(B)189.38º49.61%50.59%-
XYZ12.7415.923.17-
YUV103.99142.11100.19-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.77%
GREEN value IS 119 (46.88% from 255) = 38.02%
BLUE value IS 129 (50.78% from 255) = 41.21%
R=20.77%
G=38.02%
B=41.21%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal651191290.500.0800.49189.3832.9938.04
Hex417781328031bd2126
Octal10116720162100612754146
Binary10000011110111100000011100101000011000110111101100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #417781; }

 p { color: rgb(65,119,129); }

 H1.HeaderClassName
 {
   color: #417781;
 }
 .AnyTagClassName
 {
   color: #417781;
 }
</style>
background-color css

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

 a { background-color: rgb(65,119,129); }

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

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

 span { border-color: rgb(65,119,129); }

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