#45848A

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

Shades of Paradiso #45848A

Tints of Paradiso #45848A

Color information

#45848A (or 0x45848A) is unknown color: approx Paradiso. HEX triplet: 45, 84 and 8A. RGB value is (69,132,138). Sum of RGB (Red+Green+Blue) = 69+132+138=339 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.35% from 339); Green value is 132 (51.95% from 255 or 38.94% from 339); Blue value is 138 (54.30% from 255 or 40.71% from 339); Max value from RGB is 138 - color contains mainly: blue. Hex color #45848A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #45848A is #BA7B75. Grayscale: #717171. Windows color (decimal): -12221302 or 9077829. OLE color: 9077829.

HSL color Cylindrical-coordinate representation of color #45848A: hue angle of 185.22º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #45848A is Cyan = 0.5, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB69132138-
CMYK0.50.0400.46
HSL185.22º33.33%40.59%-
HSV(B)185.22º50%54.12%-
XYZ15.2919.627.02-
YUV113.85141.6396.01-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.35%
GREEN value IS 132 (51.95% from 255) = 38.94%
BLUE value IS 138 (54.30% from 255) = 40.71%
R=20.35%
G=38.94%
B=40.71%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal691321380.50.0400.46185.2233.3340.59
Hex45848A32402Eb92129
Octal1052042126240562714151
Binary10001011000010010001010110010100010111010111001100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45848A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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