#418488

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

Shades of Paradiso #418488

Tints of Paradiso #418488

Color information

#418488 (or 0x418488) is unknown color: approx Paradiso. HEX triplet: 41, 84 and 88. RGB value is (65,132,136). Sum of RGB (Red+Green+Blue) = 65+132+136=333 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.52% from 333); Green value is 132 (51.95% from 255 or 39.64% from 333); Blue value is 136 (53.52% from 255 or 40.84% from 333); Max value from RGB is 136 - color contains mainly: blue. Hex color #418488 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418488 is #BE7B77. Grayscale: #707070. Windows color (decimal): -12483448 or 8946753. OLE color: 8946753.

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

Color convert

RGB65132136-
CMYK0.520.0300.47
HSL183.38º35.32%39.41%-
HSV(B)183.38º52.21%53.33%-
XYZ14.8819.426.25-
YUV112.42141.394.17-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.52%
GREEN value IS 132 (51.95% from 255) = 39.64%
BLUE value IS 136 (53.52% from 255) = 40.84%
R=19.52%
G=39.64%
B=40.84%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal651321360.520.0300.47183.3835.3239.41
Hex41848834302Fb72327
Octal1012042106430572674347
Binary1000001100001001000100011010011010111110110111100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418488; }

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

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

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

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

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

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

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

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