#45868C

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

Shades of Paradiso #45868C

Tints of Paradiso #45868C

Color information

#45868C (or 0x45868C) is unknown color: approx Paradiso. HEX triplet: 45, 86 and 8C. RGB value is (69,134,140). Sum of RGB (Red+Green+Blue) = 69+134+140=343 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.12% from 343); Green value is 134 (52.73% from 255 or 39.07% from 343); Blue value is 140 (55.08% from 255 or 40.82% from 343); Max value from RGB is 140 - color contains mainly: blue. Hex color #45868C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #45868C is #BA7973. Grayscale: #737373. Windows color (decimal): -12220788 or 9209413. OLE color: 9209413.

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

Color convert

RGB69134140-
CMYK0.510.0400.45
HSL185.07º33.97%40.98%-
HSV(B)185.07º50.71%54.9%-
XYZ15.7120.2127.88-
YUV115.25141.9795.01-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.12%
GREEN value IS 134 (52.73% from 255) = 39.07%
BLUE value IS 140 (55.08% from 255) = 40.82%
R=20.12%
G=39.07%
B=40.82%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal691341400.510.0400.45185.0733.9740.98
Hex45868C33402Db92229
Octal1052062146340552714251
Binary10001011000011010001100110011100010110110111001100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45868C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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