#467983

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

Shades of Paradiso #467983

Tints of Paradiso #467983

Color information

#467983 (or 0x467983) is unknown color: approx Paradiso. HEX triplet: 46, 79 and 83. RGB value is (70,121,131). Sum of RGB (Red+Green+Blue) = 70+121+131=322 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.74% from 322); Green value is 121 (47.66% from 255 or 37.58% from 322); Blue value is 131 (51.56% from 255 or 40.68% from 322); Max value from RGB is 131 - color contains mainly: blue. Hex color #467983 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467983 is #B9867C. Grayscale: #6A6A6A. Windows color (decimal): -12158589 or 8616262. OLE color: 8616262.

HSL color Cylindrical-coordinate representation of color #467983: hue angle of 189.84º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #467983 is Cyan = 0.47, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB70121131-
CMYK0.470.0800.49
HSL189.84º30.35%39.41%-
HSV(B)189.84º46.56%51.37%-
XYZ13.4616.6223.97-
YUV106.89141.6101.69-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.74%
GREEN value IS 121 (47.66% from 255) = 37.58%
BLUE value IS 131 (51.56% from 255) = 40.68%
R=21.74%
G=37.58%
B=40.68%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal701211310.470.0800.49189.8430.3539.41
Hex4679832F8031be1e27
Octal10617120357100612763647
Binary1000110111100110000011101111100001100011011111011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467983; }

 p { color: rgb(70,121,131); }

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

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

 a { background-color: rgb(70,121,131); }

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

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

 span { border-color: rgb(70,121,131); }

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