#4B848E

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

Shades of Paradiso #4B848E

Tints of Paradiso #4B848E

Color information

#4B848E (or 0x4B848E) is unknown color: approx Paradiso. HEX triplet: 4B, 84 and 8E. RGB value is (75,132,142). Sum of RGB (Red+Green+Blue) = 75+132+142=349 (46% of max value = 765). Red value is 75 (29.69% from 255 or 21.49% from 349); Green value is 132 (51.95% from 255 or 37.82% from 349); Blue value is 142 (55.86% from 255 or 40.69% from 349); Max value from RGB is 142 - color contains mainly: blue. Hex color #4B848E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4B848E is #B47B71. Grayscale: #747474. Windows color (decimal): -11828082 or 9339979. OLE color: 9339979.

HSL color Cylindrical-coordinate representation of color #4B848E: hue angle of 188.96º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4B848E is Cyan = 0.47, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB75132142-
CMYK0.470.0700.44
HSL188.96º30.88%42.55%-
HSV(B)188.96º47.18%55.69%-
XYZ16.0419.9528.6-
YUV116.1142.6298.69-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 21.49%
GREEN value IS 132 (51.95% from 255) = 37.82%
BLUE value IS 142 (55.86% from 255) = 40.69%
R=21.49%
G=37.82%
B=40.69%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal751321420.470.0700.44188.9630.8842.55
Hex4B848E2F702Cbd1f2b
Octal1132042165770542753753
Binary1001011100001001000111010111111101011001011110111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B848E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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