#467E88

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

Shades of Paradiso #467E88

Tints of Paradiso #467E88

Color information

#467E88 (or 0x467E88) is unknown color: approx Paradiso. HEX triplet: 46, 7E and 88. RGB value is (70,126,136). Sum of RGB (Red+Green+Blue) = 70+126+136=332 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.08% from 332); Green value is 126 (49.61% from 255 or 37.95% from 332); Blue value is 136 (53.52% from 255 or 40.96% from 332); Max value from RGB is 136 - color contains mainly: blue. Hex color #467E88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467E88 is #B98177. Grayscale: #6E6E6E. Windows color (decimal): -12157304 or 8945222. OLE color: 8945222.

HSL color Cylindrical-coordinate representation of color #467E88: hue angle of 189.09º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #467E88 is Cyan = 0.49, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB70126136-
CMYK0.490.0700.47
HSL189.09º32.04%40.39%-
HSV(B)189.09º48.53%53.33%-
XYZ14.431826.01-
YUV110.4142.4599.19-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.08%
GREEN value IS 126 (49.61% from 255) = 37.95%
BLUE value IS 136 (53.52% from 255) = 40.96%
R=21.08%
G=37.95%
B=40.96%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal701261360.490.0700.47189.0932.0440.39
Hex467E8831702Fbd2028
Octal1061762106170572754050
Binary1000110111111010001000110001111010111110111101100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467E88; }

 p { color: rgb(70,126,136); }

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

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

 a { background-color: rgb(70,126,136); }

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

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

 span { border-color: rgb(70,126,136); }

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