#468284

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

Shades of Paradiso #468284

Tints of Paradiso #468284

Color information

#468284 (or 0x468284) is unknown color: approx Paradiso. HEX triplet: 46, 82 and 84. RGB value is (70,130,132). Sum of RGB (Red+Green+Blue) = 70+130+132=332 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.08% from 332); Green value is 130 (51.17% from 255 or 39.16% from 332); Blue value is 132 (51.95% from 255 or 39.76% from 332); Max value from RGB is 132 - color contains mainly: blue. Hex color #468284 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468284 is #B97D7B. Grayscale: #707070. Windows color (decimal): -12156284 or 8684102. OLE color: 8684102.

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

Color convert

RGB70130132-
CMYK0.470.0200.48
HSL181.94º30.69%39.61%-
HSV(B)181.94º46.97%51.76%-
XYZ14.6718.9324.71-
YUV112.29139.1297.84-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.08%
GREEN value IS 130 (51.17% from 255) = 39.16%
BLUE value IS 132 (51.95% from 255) = 39.76%
R=21.08%
G=39.16%
B=39.76%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal701301320.470.0200.48181.9430.6939.61
Hex4682842F2030b61f28
Octal1062022045720602663750
Binary100011010000010100001001011111001100001011011011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468284; }

 p { color: rgb(70,130,132); }

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

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

 a { background-color: rgb(70,130,132); }

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

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

 span { border-color: rgb(70,130,132); }

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