#458188

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

Shades of Paradiso #458188

Tints of Paradiso #458188

Color information

#458188 (or 0x458188) is unknown color: approx Paradiso. HEX triplet: 45, 81 and 88. RGB value is (69,129,136). Sum of RGB (Red+Green+Blue) = 69+129+136=334 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.66% from 334); Green value is 129 (50.78% from 255 or 38.62% from 334); Blue value is 136 (53.52% from 255 or 40.72% from 334); Max value from RGB is 136 - color contains mainly: blue. Hex color #458188 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #458188 is #BA7E77. Grayscale: #6F6F6F. Windows color (decimal): -12222072 or 8945989. OLE color: 8945989.

HSL color Cylindrical-coordinate representation of color #458188: hue angle of 186.27º degrees, saturation: 0.33, 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 #458188 is Cyan = 0.49, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB69129136-
CMYK0.490.0500.47
HSL186.27º32.68%40.2%-
HSV(B)186.27º49.26%53.33%-
XYZ14.7518.7426.13-
YUV111.86141.6297.43-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.66%
GREEN value IS 129 (50.78% from 255) = 38.62%
BLUE value IS 136 (53.52% from 255) = 40.72%
R=20.66%
G=38.62%
B=40.72%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal691291360.490.0500.47186.2732.6840.2
Hex45818831502Fba2128
Octal1052012106150572724150
Binary10001011000000110001000110001101010111110111010100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #458188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #458188; }

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

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

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

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

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

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

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

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