#45828C

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

Shades of Paradiso #45828C

Tints of Paradiso #45828C

Color information

#45828C (or 0x45828C) is unknown color: approx Paradiso. HEX triplet: 45, 82 and 8C. RGB value is (69,130,140). Sum of RGB (Red+Green+Blue) = 69+130+140=339 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.35% from 339); Green value is 130 (51.17% from 255 or 38.35% from 339); Blue value is 140 (55.08% from 255 or 41.30% from 339); Max value from RGB is 140 - color contains mainly: blue. Hex color #45828C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #45828C is #BA7D73. Grayscale: #707070. Windows color (decimal): -12221812 or 9208389. OLE color: 9208389.

HSL color Cylindrical-coordinate representation of color #45828C: hue angle of 188.45º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #45828C is Cyan = 0.51, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB69130140-
CMYK0.510.0700.45
HSL188.45º33.97%40.98%-
HSV(B)188.45º50.71%54.9%-
XYZ15.1719.1227.7-
YUV112.9143.2996.69-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.35%
GREEN value IS 130 (51.17% from 255) = 38.35%
BLUE value IS 140 (55.08% from 255) = 41.30%
R=20.35%
G=38.35%
B=41.30%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal691301400.510.0700.45188.4533.9740.98
Hex45828C33702Dbc2229
Octal1052022146370552744251
Binary10001011000001010001100110011111010110110111100100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45828C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45828C; }

 p { color: rgb(69,130,140); }

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

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

 a { background-color: rgb(69,130,140); }

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

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

 span { border-color: rgb(69,130,140); }

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