#40808A

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

Shades of Paradiso #40808A

Tints of Paradiso #40808A

Color information

#40808A (or 0x40808A) is unknown color: approx Paradiso. HEX triplet: 40, 80 and 8A. RGB value is (64,128,138). Sum of RGB (Red+Green+Blue) = 64+128+138=330 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.39% from 330); Green value is 128 (50.39% from 255 or 38.79% from 330); Blue value is 138 (54.30% from 255 or 41.82% from 330); Max value from RGB is 138 - color contains mainly: blue. Hex color #40808A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40808A is #BF7F75. Grayscale: #6D6D6D. Windows color (decimal): -12550006 or 9076800. OLE color: 9076800.

HSL color Cylindrical-coordinate representation of color #40808A: hue angle of 188.11º 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 #40808A is Cyan = 0.54, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB64128138-
CMYK0.540.0700.46
HSL188.11º36.63%39.61%-
HSV(B)188.11º53.62%54.12%-
XYZ14.4218.3626.83-
YUV110143.895.19-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.39%
GREEN value IS 128 (50.39% from 255) = 38.79%
BLUE value IS 138 (54.30% from 255) = 41.82%
R=19.39%
G=38.79%
B=41.82%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal641281380.540.0700.46188.1136.6339.61
Hex40808A36702Ebc2528
Octal1002002126670562744550
Binary10000001000000010001010110110111010111010111100100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40808A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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