#458185

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

Shades of Paradiso #458185

Tints of Paradiso #458185

Color information

#458185 (or 0x458185) is unknown color: approx Paradiso. HEX triplet: 45, 81 and 85. RGB value is (69,129,133). Sum of RGB (Red+Green+Blue) = 69+129+133=331 (43% of max value = 765). Red value is 69 (27.34% from 255 or 20.85% from 331); Green value is 129 (50.78% from 255 or 38.97% from 331); Blue value is 133 (52.34% from 255 or 40.18% from 331); Max value from RGB is 133 - color contains mainly: blue. Hex color #458185 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #458185 is #BA7E7A. Grayscale: #6F6F6F. Windows color (decimal): -12222075 or 8749381. OLE color: 8749381.

HSL color Cylindrical-coordinate representation of color #458185: hue angle of 183.75º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #458185 is Cyan = 0.48, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB69129133-
CMYK0.480.0300.48
HSL183.75º31.68%39.61%-
HSV(B)183.75º48.12%52.16%-
XYZ14.5418.6625.03-
YUV111.52140.1297.67-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.85%
GREEN value IS 129 (50.78% from 255) = 38.97%
BLUE value IS 133 (52.34% from 255) = 40.18%
R=20.85%
G=38.97%
B=40.18%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal691291330.480.0300.48183.7531.6839.61
Hex458185303030b82028
Octal1052012056030602704050
Binary1000101100000011000010111000011011000010111000100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #458185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #458185; }

 p { color: rgb(69,129,133); }

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

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

 a { background-color: rgb(69,129,133); }

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

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

 span { border-color: rgb(69,129,133); }

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