#4C868E

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

Shades of Paradiso #4C868E

Tints of Paradiso #4C868E

Color information

#4C868E (or 0x4C868E) is unknown color: approx Paradiso. HEX triplet: 4C, 86 and 8E. RGB value is (76,134,142). Sum of RGB (Red+Green+Blue) = 76+134+142=352 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.59% from 352); Green value is 134 (52.73% from 255 or 38.07% from 352); Blue value is 142 (55.86% from 255 or 40.34% from 352); Max value from RGB is 142 - color contains mainly: blue. Hex color #4C868E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4C868E is #B37971. Grayscale: #757575. Windows color (decimal): -11762034 or 9340492. OLE color: 9340492.

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

Color convert

RGB76134142-
CMYK0.460.0600.44
HSL187.27º30.28%42.75%-
HSV(B)187.27º46.48%55.69%-
XYZ16.3920.5428.69-
YUV117.57141.7898.35-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 21.59%
GREEN value IS 134 (52.73% from 255) = 38.07%
BLUE value IS 142 (55.86% from 255) = 40.34%
R=21.59%
G=38.07%
B=40.34%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal761341420.460.0600.44187.2730.2842.75
Hex4C868E2E602Cbb1e2b
Octal1142062165660542733653
Binary1001100100001101000111010111011001011001011101111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C868E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,134,142); }

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

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

 a { background-color: rgb(76,134,142); }

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

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

 span { border-color: rgb(76,134,142); }

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