#41848E

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

Shades of Paradiso #41848E

Tints of Paradiso #41848E

Color information

#41848E (or 0x41848E) is unknown color: approx Paradiso. HEX triplet: 41, 84 and 8E. RGB value is (65,132,142). Sum of RGB (Red+Green+Blue) = 65+132+142=339 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.17% from 339); Green value is 132 (51.95% from 255 or 38.94% from 339); Blue value is 142 (55.86% from 255 or 41.89% from 339); Max value from RGB is 142 - color contains mainly: blue. Hex color #41848E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41848E is #BE7B71. Grayscale: #717171. Windows color (decimal): -12483442 or 9339969. OLE color: 9339969.

HSL color Cylindrical-coordinate representation of color #41848E: hue angle of 187.79º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #41848E is Cyan = 0.54, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB65132142-
CMYK0.540.0700.44
HSL187.79º37.2%40.59%-
HSV(B)187.79º54.23%55.69%-
XYZ15.3119.5828.56-
YUV113.11144.393.69-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.17%
GREEN value IS 132 (51.95% from 255) = 38.94%
BLUE value IS 142 (55.86% from 255) = 41.89%
R=19.17%
G=38.94%
B=41.89%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal651321420.540.0700.44187.7937.240.59
Hex41848E36702Cbc2529
Octal1012042166670542744551
Binary10000011000010010001110110110111010110010111100100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41848E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41848E; }

 p { color: rgb(65,132,142); }

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

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

 a { background-color: rgb(65,132,142); }

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

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

 span { border-color: rgb(65,132,142); }

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