#4A8188

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

Shades of Paradiso #4A8188

Tints of Paradiso #4A8188

Color information

#4A8188 (or 0x4A8188) is unknown color: approx Paradiso. HEX triplet: 4A, 81 and 88. RGB value is (74,129,136). Sum of RGB (Red+Green+Blue) = 74+129+136=339 (44% of max value = 765). Red value is 74 (29.30% from 255 or 21.83% from 339); Green value is 129 (50.78% from 255 or 38.05% from 339); Blue value is 136 (53.52% from 255 or 40.12% from 339); Max value from RGB is 136 - color contains mainly: blue. Hex color #4A8188 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A8188 is #B57E77. Grayscale: #717171. Windows color (decimal): -11894392 or 8945994. OLE color: 8945994.

HSL color Cylindrical-coordinate representation of color #4A8188: hue angle of 186.77º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4A8188 is Cyan = 0.46, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB74129136-
CMYK0.460.0500.47
HSL186.77º29.52%41.18%-
HSV(B)186.77º45.59%53.33%-
XYZ15.1218.9326.15-
YUV113.35140.7899.93-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 21.83%
GREEN value IS 129 (50.78% from 255) = 38.05%
BLUE value IS 136 (53.52% from 255) = 40.12%
R=21.83%
G=38.05%
B=40.12%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal741291360.460.0500.47186.7729.5241.18
Hex4A81882E502Fbb1e29
Octal1122012105650572733651
Binary1001010100000011000100010111010101011111011101111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A8188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4A8188; }

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

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

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

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

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

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

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

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