#45828B

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

Shades of Paradiso #45828B

Tints of Paradiso #45828B

Color information

#45828B (or 0x45828B) is unknown color: approx Paradiso. HEX triplet: 45, 82 and 8B. RGB value is (69,130,139). Sum of RGB (Red+Green+Blue) = 69+130+139=338 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.41% from 338); Green value is 130 (51.17% from 255 or 38.46% from 338); Blue value is 139 (54.69% from 255 or 41.12% from 338); Max value from RGB is 139 - color contains mainly: blue. Hex color #45828B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #45828B is #BA7D74. Grayscale: #707070. Windows color (decimal): -12221813 or 9142853. OLE color: 9142853.

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

Color convert

RGB69130139-
CMYK0.500.0600.45
HSL187.71º33.65%40.78%-
HSV(B)187.71º50.36%54.51%-
XYZ15.119.0927.32-
YUV112.79142.7996.77-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.41%
GREEN value IS 130 (51.17% from 255) = 38.46%
BLUE value IS 139 (54.69% from 255) = 41.12%
R=20.41%
G=38.46%
B=41.12%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal691301390.500.0600.45187.7133.6540.78
Hex45828B32602Dbc2229
Octal1052022136260552744251
Binary10001011000001010001011110010110010110110111100100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45828B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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