#4B7984

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

Shades of Paradiso #4B7984

Tints of Paradiso #4B7984

Color information

#4B7984 (or 0x4B7984) is unknown color: approx Paradiso. HEX triplet: 4B, 79 and 84. RGB value is (75,121,132). Sum of RGB (Red+Green+Blue) = 75+121+132=328 (43% of max value = 765). Red value is 75 (29.69% from 255 or 22.87% from 328); Green value is 121 (47.66% from 255 or 36.89% from 328); Blue value is 132 (51.95% from 255 or 40.24% from 328); Max value from RGB is 132 - color contains mainly: blue. Hex color #4B7984 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B7984 is #B4867B. Grayscale: #6C6C6C. Windows color (decimal): -11830908 or 8681803. OLE color: 8681803.

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

Color convert

RGB75121132-
CMYK0.430.0800.48
HSL191.58º27.54%40.59%-
HSV(B)191.58º43.18%51.76%-
XYZ13.916.8424.35-
YUV108.5141.26104.11-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 22.87%
GREEN value IS 121 (47.66% from 255) = 36.89%
BLUE value IS 132 (51.95% from 255) = 40.24%
R=22.87%
G=36.89%
B=40.24%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal751211320.430.0800.48191.5827.5440.59
Hex4B79842B8030c01c29
Octal11317120453100603003451
Binary1001011111100110000100101011100001100001100000011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B7984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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