#4B7C85

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

Shades of Paradiso #4B7C85

Tints of Paradiso #4B7C85

Color information

#4B7C85 (or 0x4B7C85) is unknown color: approx Paradiso. HEX triplet: 4B, 7C and 85. RGB value is (75,124,133). Sum of RGB (Red+Green+Blue) = 75+124+133=332 (43% of max value = 765). Red value is 75 (29.69% from 255 or 22.59% from 332); Green value is 124 (48.83% from 255 or 37.35% from 332); Blue value is 133 (52.34% from 255 or 40.06% from 332); Max value from RGB is 133 - color contains mainly: blue. Hex color #4B7C85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B7C85 is #B4837A. Grayscale: #6E6E6E. Windows color (decimal): -11830139 or 8748107. OLE color: 8748107.

HSL color Cylindrical-coordinate representation of color #4B7C85: hue angle of 189.31º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4B7C85 is Cyan = 0.44, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB75124133-
CMYK0.440.0700.48
HSL189.31º27.88%40.78%-
HSV(B)189.31º43.61%52.16%-
XYZ14.3417.624.83-
YUV110.38140.77102.77-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 22.59%
GREEN value IS 124 (48.83% from 255) = 37.35%
BLUE value IS 133 (52.34% from 255) = 40.06%
R=22.59%
G=37.35%
B=40.06%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal751241330.440.0700.48189.3127.8840.78
Hex4B7C852C7030bd1c29
Octal1131742055470602753451
Binary100101111111001000010110110011101100001011110111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B7C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,124,133); }

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

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

 a { background-color: rgb(75,124,133); }

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

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

 span { border-color: rgb(75,124,133); }

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