#40848A

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

Shades of Paradiso #40848A

Tints of Paradiso #40848A

Color information

#40848A (or 0x40848A) is unknown color: approx Paradiso. HEX triplet: 40, 84 and 8A. RGB value is (64,132,138). Sum of RGB (Red+Green+Blue) = 64+132+138=334 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.16% from 334); Green value is 132 (51.95% from 255 or 39.52% from 334); Blue value is 138 (54.30% from 255 or 41.32% from 334); Max value from RGB is 138 - color contains mainly: blue. Hex color #40848A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40848A is #BF7B75. Grayscale: #707070. Windows color (decimal): -12548982 or 9077824. OLE color: 9077824.

HSL color Cylindrical-coordinate representation of color #40848A: hue angle of 184.86º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #40848A is Cyan = 0.54, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB64132138-
CMYK0.540.0400.46
HSL184.86º36.63%39.61%-
HSV(B)184.86º53.62%54.12%-
XYZ14.9519.4327.01-
YUV112.35142.4793.51-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.16%
GREEN value IS 132 (51.95% from 255) = 39.52%
BLUE value IS 138 (54.30% from 255) = 41.32%
R=19.16%
G=39.52%
B=41.32%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal641321380.540.0400.46184.8636.6339.61
Hex40848A36402Eb92528
Octal1002042126640562714550
Binary10000001000010010001010110110100010111010111001100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40848A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40848A; }

 p { color: rgb(64,132,138); }

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

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

 a { background-color: rgb(64,132,138); }

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

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

 span { border-color: rgb(64,132,138); }

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