#4A878B

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

Shades of Paradiso #4A878B

Tints of Paradiso #4A878B

Color information

#4A878B (or 0x4A878B) is unknown color: approx Paradiso. HEX triplet: 4A, 87 and 8B. RGB value is (74,135,139). Sum of RGB (Red+Green+Blue) = 74+135+139=348 (46% of max value = 765). Red value is 74 (29.30% from 255 or 21.26% from 348); Green value is 135 (53.12% from 255 or 38.79% from 348); Blue value is 139 (54.69% from 255 or 39.94% from 348); Max value from RGB is 139 - color contains mainly: blue. Hex color #4A878B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A878B is #B57874. Grayscale: #757575. Windows color (decimal): -11892853 or 9144138. OLE color: 9144138.

HSL color Cylindrical-coordinate representation of color #4A878B: hue angle of 183.69º 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 #4A878B is Cyan = 0.47, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB74135139-
CMYK0.470.0300.45
HSL183.69º30.52%41.76%-
HSV(B)183.69º46.76%54.51%-
XYZ16.1520.6527.56-
YUV117.22140.2997.17-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 21.26%
GREEN value IS 135 (53.12% from 255) = 38.79%
BLUE value IS 139 (54.69% from 255) = 39.94%
R=21.26%
G=38.79%
B=39.94%

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
Decimal741351390.470.0300.45183.6930.5241.76
Hex4A878B2F302Db81f2a
Octal1122072135730552703752
Binary100101010000111100010111011111101011011011100011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A878B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,135,139); }

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

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

 a { background-color: rgb(74,135,139); }

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

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

 span { border-color: rgb(74,135,139); }

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