#42827C

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

Shades of Paradiso #42827C

Tints of Paradiso #42827C

Color information

#42827C (or 0x42827C) is unknown color: approx Paradiso. HEX triplet: 42, 82 and 7C. RGB value is (66,130,124). Sum of RGB (Red+Green+Blue) = 66+130+124=320 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.62% from 320); Green value is 130 (51.17% from 255 or 40.62% from 320); Blue value is 124 (48.83% from 255 or 38.75% from 320); Max value from RGB is 130 - color contains mainly: green. Hex color #42827C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42827C is #BD7D83. Grayscale: #6E6E6E. Windows color (decimal): -12418436 or 8159810. OLE color: 8159810.

HSL color Cylindrical-coordinate representation of color #42827C: hue angle of 174.38º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #42827C is Cyan = 0.49, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB66130124-
CMYK0.4900.050.49
HSL174.38º32.65%38.43%-
HSV(B)174.38º49.23%50.98%-
XYZ13.8718.5821.92-
YUV110.18135.896.49-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.62%
GREEN value IS 130 (51.17% from 255) = 40.62%
BLUE value IS 124 (48.83% from 255) = 38.75%
R=20.62%
G=40.62%
B=38.75%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal661301240.4900.050.49174.3832.6538.43
Hex42827C310531ae2126
Octal1022021746105612564146
Binary1000010100000101111100110001010111000110101110100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42827C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42827C; }

 p { color: rgb(66,130,124); }

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

<style>
 a { background-color: #42827C; }

 a { background-color: rgb(66,130,124); }

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

<style>
 span { border-color: #42827C; }

 span { border-color: rgb(66,130,124); }

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