#45878B

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

Shades of Paradiso #45878B

Tints of Paradiso #45878B

Color information

#45878B (or 0x45878B) is unknown color: approx Paradiso. HEX triplet: 45, 87 and 8B. RGB value is (69,135,139). Sum of RGB (Red+Green+Blue) = 69+135+139=343 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.12% from 343); Green value is 135 (53.12% from 255 or 39.36% from 343); Blue value is 139 (54.69% from 255 or 40.52% from 343); Max value from RGB is 139 - color contains mainly: blue. Hex color #45878B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #45878B is #BA7874. Grayscale: #737373. Windows color (decimal): -12220533 or 9144133. OLE color: 9144133.

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

Color convert

RGB69135139-
CMYK0.500.0300.45
HSL183.43º33.65%40.78%-
HSV(B)183.43º50.36%54.51%-
XYZ15.7820.4627.54-
YUV115.72141.1394.67-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.12%
GREEN value IS 135 (53.12% from 255) = 39.36%
BLUE value IS 139 (54.69% from 255) = 40.52%
R=20.12%
G=39.36%
B=40.52%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal691351390.500.0300.45183.4333.6540.78
Hex45878B32302Db72229
Octal1052072136230552674251
Binary1000101100001111000101111001011010110110110111100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45878B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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