#457984

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

Shades of Paradiso #457984

Tints of Paradiso #457984

Color information

#457984 (or 0x457984) is unknown color: approx Paradiso. HEX triplet: 45, 79 and 84. RGB value is (69,121,132). Sum of RGB (Red+Green+Blue) = 69+121+132=322 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.43% from 322); Green value is 121 (47.66% from 255 or 37.58% from 322); Blue value is 132 (51.95% from 255 or 40.99% from 322); Max value from RGB is 132 - color contains mainly: blue. Hex color #457984 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457984 is #BA867B. Grayscale: #6A6A6A. Windows color (decimal): -12224124 or 8681797. OLE color: 8681797.

HSL color Cylindrical-coordinate representation of color #457984: hue angle of 190.48º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #457984 is Cyan = 0.48, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB69121132-
CMYK0.480.0800.48
HSL190.48º31.34%39.41%-
HSV(B)190.48º47.73%51.76%-
XYZ13.4616.6124.33-
YUV106.71142.27101.11-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.43%
GREEN value IS 121 (47.66% from 255) = 37.58%
BLUE value IS 132 (51.95% from 255) = 40.99%
R=21.43%
G=37.58%
B=40.99%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal691211320.480.0800.48190.4831.3439.41
Hex457984308030be1f27
Octal10517120460100602763747
Binary1000101111100110000100110000100001100001011111011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #457984; }

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

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

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

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

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

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

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

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