#45848D

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

Shades of Paradiso #45848D

Tints of Paradiso #45848D

Color information

#45848D (or 0x45848D) is unknown color: approx Paradiso. HEX triplet: 45, 84 and 8D. RGB value is (69,132,141). Sum of RGB (Red+Green+Blue) = 69+132+141=342 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.18% from 342); Green value is 132 (51.95% from 255 or 38.60% from 342); Blue value is 141 (55.47% from 255 or 41.23% from 342); Max value from RGB is 141 - color contains mainly: blue. Hex color #45848D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #45848D is #BA7B72. Grayscale: #727272. Windows color (decimal): -12221299 or 9274437. OLE color: 9274437.

HSL color Cylindrical-coordinate representation of color #45848D: hue angle of 187.5º 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 #45848D is Cyan = 0.51, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB69132141-
CMYK0.510.0600.45
HSL187.5º34.29%41.18%-
HSV(B)187.5º51.06%55.29%-
XYZ15.5119.6928.18-
YUV114.19143.1395.77-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.18%
GREEN value IS 132 (51.95% from 255) = 38.60%
BLUE value IS 141 (55.47% from 255) = 41.23%
R=20.18%
G=38.60%
B=41.23%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal691321410.510.0600.45187.534.2941.18
Hex45848D33602Dbc2229
Octal1052042156360552744251
Binary10001011000010010001101110011110010110110111100100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45848D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45848D; }

 p { color: rgb(69,132,141); }

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

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

 a { background-color: rgb(69,132,141); }

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

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

 span { border-color: rgb(69,132,141); }

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