#467D88

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

Shades of Paradiso #467D88

Tints of Paradiso #467D88

Color information

#467D88 (or 0x467D88) is unknown color: approx Paradiso. HEX triplet: 46, 7D and 88. RGB value is (70,125,136). Sum of RGB (Red+Green+Blue) = 70+125+136=331 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.15% from 331); Green value is 125 (49.22% from 255 or 37.76% from 331); Blue value is 136 (53.52% from 255 or 41.09% from 331); Max value from RGB is 136 - color contains mainly: blue. Hex color #467D88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467D88 is #B98277. Grayscale: #6D6D6D. Windows color (decimal): -12157560 or 8944966. OLE color: 8944966.

HSL color Cylindrical-coordinate representation of color #467D88: hue angle of 190º 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 #467D88 is Cyan = 0.49, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB70125136-
CMYK0.490.0800.47
HSL190º32.04%40.39%-
HSV(B)190º48.53%53.33%-
XYZ14.317.7525.96-
YUV109.81142.7899.61-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.15%
GREEN value IS 125 (49.22% from 255) = 37.76%
BLUE value IS 136 (53.52% from 255) = 41.09%
R=21.15%
G=37.76%
B=41.09%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal701251360.490.0800.4719032.0440.39
Hex467D8831802Fbe2028
Octal10617521061100572764050
Binary10001101111101100010001100011000010111110111110100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467D88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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