#45848C

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

Shades of Paradiso #45848C

Tints of Paradiso #45848C

Color information

#45848C (or 0x45848C) is unknown color: approx Paradiso. HEX triplet: 45, 84 and 8C. RGB value is (69,132,140). Sum of RGB (Red+Green+Blue) = 69+132+140=341 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.23% from 341); Green value is 132 (51.95% from 255 or 38.71% from 341); Blue value is 140 (55.08% from 255 or 41.06% from 341); Max value from RGB is 140 - color contains mainly: blue. Hex color #45848C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #45848C is #BA7B73. Grayscale: #717171. Windows color (decimal): -12221300 or 9208901. OLE color: 9208901.

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

Color convert

RGB69132140-
CMYK0.510.0600.45
HSL186.76º33.97%40.98%-
HSV(B)186.76º50.71%54.9%-
XYZ15.4419.6627.79-
YUV114.07142.6395.85-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.23%
GREEN value IS 132 (51.95% from 255) = 38.71%
BLUE value IS 140 (55.08% from 255) = 41.06%
R=20.23%
G=38.71%
B=41.06%

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
Decimal691321400.510.0600.45186.7633.9740.98
Hex45848C33602Dbb2229
Octal1052042146360552734251
Binary10001011000010010001100110011110010110110111011100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45848C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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