#4A858D

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

Shades of Paradiso #4A858D

Tints of Paradiso #4A858D

Color information

#4A858D (or 0x4A858D) is unknown color: approx Paradiso. HEX triplet: 4A, 85 and 8D. RGB value is (74,133,141). Sum of RGB (Red+Green+Blue) = 74+133+141=348 (46% of max value = 765). Red value is 74 (29.30% from 255 or 21.26% from 348); Green value is 133 (52.34% from 255 or 38.22% from 348); Blue value is 141 (55.47% from 255 or 40.52% from 348); Max value from RGB is 141 - color contains mainly: blue. Hex color #4A858D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A858D is #B57A72. Grayscale: #747474. Windows color (decimal): -11893363 or 9274698. OLE color: 9274698.

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

Color convert

RGB74133141-
CMYK0.480.0600.45
HSL187.16º31.16%42.16%-
HSV(B)187.16º47.52%55.29%-
XYZ16.0220.1528.25-
YUV116.27141.9597.85-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 21.26%
GREEN value IS 133 (52.34% from 255) = 38.22%
BLUE value IS 141 (55.47% from 255) = 40.52%
R=21.26%
G=38.22%
B=40.52%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal741331410.480.0600.45187.1631.1642.16
Hex4A858D30602Dbb1f2a
Octal1122052156060552733752
Binary1001010100001011000110111000011001011011011101111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A858D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,133,141); }

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

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

 a { background-color: rgb(74,133,141); }

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

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

 span { border-color: rgb(74,133,141); }

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