#467A7D

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

Shades of Paradiso #467A7D

Tints of Paradiso #467A7D

Color information

#467A7D (or 0x467A7D) is unknown color: approx Paradiso. HEX triplet: 46, 7A and 7D. RGB value is (70,122,125). Sum of RGB (Red+Green+Blue) = 70+122+125=317 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.08% from 317); Green value is 122 (48.05% from 255 or 38.49% from 317); Blue value is 125 (49.22% from 255 or 39.43% from 317); Max value from RGB is 125 - color contains mainly: blue. Hex color #467A7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467A7D is #B98582. Grayscale: #6A6A6A. Windows color (decimal): -12158339 or 8223302. OLE color: 8223302.

HSL color Cylindrical-coordinate representation of color #467A7D: hue angle of 183.27º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #467A7D is Cyan = 0.44, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB70122125-
CMYK0.440.0200.51
HSL183.27º28.21%38.24%-
HSV(B)183.27º44%49.02%-
XYZ13.1916.721.93-
YUV106.79138.27101.76-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.08%
GREEN value IS 122 (48.05% from 255) = 38.49%
BLUE value IS 125 (49.22% from 255) = 39.43%
R=22.08%
G=38.49%
B=39.43%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal701221250.440.0200.51183.2728.2138.24
Hex467A7D2C2033b71c26
Octal1061721755420632673446
Binary1000110111101011111011011001001100111011011111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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