#42807E

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

Shades of Paradiso #42807E

Tints of Paradiso #42807E

Color information

#42807E (or 0x42807E) is unknown color: approx Paradiso. HEX triplet: 42, 80 and 7E. RGB value is (66,128,126). Sum of RGB (Red+Green+Blue) = 66+128+126=320 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.62% from 320); Green value is 128 (50.39% from 255 or 40% from 320); Blue value is 126 (49.61% from 255 or 39.38% from 320); Max value from RGB is 128 - color contains mainly: green. Hex color #42807E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42807E is #BD7F81. Grayscale: #6D6D6D. Windows color (decimal): -12418946 or 8290370. OLE color: 8290370.

HSL color Cylindrical-coordinate representation of color #42807E: hue angle of 178.06º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #42807E is Cyan = 0.48, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.50.

Color convert

RGB66128126-
CMYK0.4800.020.50
HSL178.06º31.96%38.04%-
HSV(B)178.06º48.44%50.2%-
XYZ13.7318.122.51-
YUV109.23137.4697.16-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.62%
GREEN value IS 128 (50.39% from 255) = 40%
BLUE value IS 126 (49.61% from 255) = 39.38%
R=20.62%
G=40%
B=39.38%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal661281260.4800.020.50178.0631.9638.04
Hex42807E300232b22026
Octal1022001766002622624046
Binary100001010000000111111011000001011001010110010100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42807E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42807E; }

 p { color: rgb(66,128,126); }

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

<style>
 a { background-color: #42807E; }

 a { background-color: rgb(66,128,126); }

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

<style>
 span { border-color: #42807E; }

 span { border-color: rgb(66,128,126); }

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