#4B848D

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

Shades of Paradiso #4B848D

Tints of Paradiso #4B848D

Color information

#4B848D (or 0x4B848D) is unknown color: approx Paradiso. HEX triplet: 4B, 84 and 8D. RGB value is (75,132,141). Sum of RGB (Red+Green+Blue) = 75+132+141=348 (46% of max value = 765). Red value is 75 (29.69% from 255 or 21.55% from 348); Green value is 132 (51.95% from 255 or 37.93% 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 #4B848D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4B848D is #B47B72. Grayscale: #737373. Windows color (decimal): -11828083 or 9274443. OLE color: 9274443.

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

Color convert

RGB75132141-
CMYK0.470.0600.45
HSL188.18º30.56%42.35%-
HSV(B)188.18º46.81%55.29%-
XYZ15.9619.9228.2-
YUV115.98142.1298.77-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 21.55%
GREEN value IS 132 (51.95% from 255) = 37.93%
BLUE value IS 141 (55.47% from 255) = 40.52%
R=21.55%
G=37.93%
B=40.52%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal751321410.470.0600.45188.1830.5642.35
Hex4B848D2F602Dbc1f2a
Octal1132042155760552743752
Binary1001011100001001000110110111111001011011011110011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B848D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,132,141); }

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

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

 a { background-color: rgb(75,132,141); }

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

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

 span { border-color: rgb(75,132,141); }

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