#4A888C

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

Shades of Paradiso #4A888C

Tints of Paradiso #4A888C

Color information

#4A888C (or 0x4A888C) is unknown color: approx Paradiso. HEX triplet: 4A, 88 and 8C. RGB value is (74,136,140). Sum of RGB (Red+Green+Blue) = 74+136+140=350 (46% of max value = 765). Red value is 74 (29.30% from 255 or 21.14% from 350); Green value is 136 (53.52% from 255 or 38.86% from 350); Blue value is 140 (55.08% from 255 or 40% from 350); Max value from RGB is 140 - color contains mainly: blue. Hex color #4A888C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A888C is #B57773. Grayscale: #757575. Windows color (decimal): -11892596 or 9209930. OLE color: 9209930.

HSL color Cylindrical-coordinate representation of color #4A888C: hue angle of 183.64º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4A888C is Cyan = 0.47, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB74136140-
CMYK0.470.0300.45
HSL183.64º30.84%41.96%-
HSV(B)183.64º47.14%54.9%-
XYZ16.3620.9627.99-
YUV117.92140.4696.67-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 21.14%
GREEN value IS 136 (53.52% from 255) = 38.86%
BLUE value IS 140 (55.08% from 255) = 40%
R=21.14%
G=38.86%
B=40%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal741361400.470.0300.45183.6430.8441.96
Hex4A888C2F302Db81f2a
Octal1122102145730552703752
Binary100101010001000100011001011111101011011011100011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A888C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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