#4A838D

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

Shades of Paradiso #4A838D

Tints of Paradiso #4A838D

Color information

#4A838D (or 0x4A838D) is unknown color: approx Paradiso. HEX triplet: 4A, 83 and 8D. RGB value is (74,131,141). Sum of RGB (Red+Green+Blue) = 74+131+141=346 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.39% from 346); Green value is 131 (51.56% from 255 or 37.86% from 346); Blue value is 141 (55.47% from 255 or 40.75% from 346); Max value from RGB is 141 - color contains mainly: blue. Hex color #4A838D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A838D is #B57C72. Grayscale: #737373. Windows color (decimal): -11893875 or 9274186. OLE color: 9274186.

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

Color convert

RGB74131141-
CMYK0.480.0700.45
HSL188.96º31.16%42.16%-
HSV(B)188.96º47.52%55.29%-
XYZ15.7519.6128.15-
YUV115.1142.6298.69-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 21.39%
GREEN value IS 131 (51.56% from 255) = 37.86%
BLUE value IS 141 (55.47% from 255) = 40.75%
R=21.39%
G=37.86%
B=40.75%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal741311410.480.0700.45188.9631.1642.16
Hex4A838D30702Dbd1f2a
Octal1122032156070552753752
Binary1001010100000111000110111000011101011011011110111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A838D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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