#4A7F88

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

Shades of Paradiso #4A7F88

Tints of Paradiso #4A7F88

Color information

#4A7F88 (or 0x4A7F88) is unknown color: approx Paradiso. HEX triplet: 4A, 7F and 88. RGB value is (74,127,136). Sum of RGB (Red+Green+Blue) = 74+127+136=337 (44% of max value = 765). Red value is 74 (29.30% from 255 or 21.96% from 337); Green value is 127 (50% from 255 or 37.69% from 337); Blue value is 136 (53.52% from 255 or 40.36% from 337); Max value from RGB is 136 - color contains mainly: blue. Hex color #4A7F88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A7F88 is #B58077. Grayscale: #707070. Windows color (decimal): -11894904 or 8945482. OLE color: 8945482.

HSL color Cylindrical-coordinate representation of color #4A7F88: hue angle of 188.71º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4A7F88 is Cyan = 0.46, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB74127136-
CMYK0.460.0700.47
HSL188.71º29.52%41.18%-
HSV(B)188.71º45.59%53.33%-
XYZ14.8618.4126.06-
YUV112.18141.44100.77-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 21.96%
GREEN value IS 127 (50% from 255) = 37.69%
BLUE value IS 136 (53.52% from 255) = 40.36%
R=21.96%
G=37.69%
B=40.36%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal741271360.460.0700.47188.7129.5241.18
Hex4A7F882E702Fbd1e29
Octal1121772105670572753651
Binary100101011111111000100010111011101011111011110111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A7F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,127,136); }

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

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

 a { background-color: rgb(74,127,136); }

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

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

 span { border-color: rgb(74,127,136); }

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