#467781

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

Shades of Paradiso #467781

Tints of Paradiso #467781

Color information

#467781 (or 0x467781) is unknown color: approx Paradiso. HEX triplet: 46, 77 and 81. RGB value is (70,119,129). Sum of RGB (Red+Green+Blue) = 70+119+129=318 (42% of max value = 765). Red value is 70 (27.73% from 255 or 22.01% from 318); Green value is 119 (46.88% from 255 or 37.42% from 318); Blue value is 129 (50.78% from 255 or 40.57% from 318); Max value from RGB is 129 - color contains mainly: blue. Hex color #467781 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467781 is #B9887E. Grayscale: #696969. Windows color (decimal): -12159103 or 8484678. OLE color: 8484678.

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

Color convert

RGB70119129-
CMYK0.460.0800.49
HSL190.17º29.65%39.02%-
HSV(B)190.17º45.74%50.59%-
XYZ13.0916.0823.18-
YUV105.49141.27102.69-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.01%
GREEN value IS 119 (46.88% from 255) = 37.42%
BLUE value IS 129 (50.78% from 255) = 40.57%
R=22.01%
G=37.42%
B=40.57%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal701191290.460.0800.49190.1729.6539.02
Hex4677812E8031be1e27
Octal10616720156100612763647
Binary1000110111011110000001101110100001100011011111011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467781; }

 p { color: rgb(70,119,129); }

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

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

 a { background-color: rgb(70,119,129); }

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

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

 span { border-color: rgb(70,119,129); }

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