#45848B

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

Shades of Paradiso #45848B

Tints of Paradiso #45848B

Color information

#45848B (or 0x45848B) is unknown color: approx Paradiso. HEX triplet: 45, 84 and 8B. RGB value is (69,132,139). Sum of RGB (Red+Green+Blue) = 69+132+139=340 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.29% from 340); Green value is 132 (51.95% from 255 or 38.82% from 340); Blue value is 139 (54.69% from 255 or 40.88% from 340); Max value from RGB is 139 - color contains mainly: blue. Hex color #45848B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #45848B is #BA7B74. Grayscale: #717171. Windows color (decimal): -12221301 or 9143365. OLE color: 9143365.

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

Color convert

RGB69132139-
CMYK0.500.0500.45
HSL186º33.65%40.78%-
HSV(B)186º50.36%54.51%-
XYZ15.3719.6327.41-
YUV113.96142.1395.93-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.29%
GREEN value IS 132 (51.95% from 255) = 38.82%
BLUE value IS 139 (54.69% from 255) = 40.88%
R=20.29%
G=38.82%
B=40.88%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal691321390.500.0500.4518633.6540.78
Hex45848B32502Dba2229
Octal1052042136250552724251
Binary10001011000010010001011110010101010110110111010100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45848B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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