#42827D

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

Shades of Paradiso #42827D

Tints of Paradiso #42827D

Color information

#42827D (or 0x42827D) is unknown color: approx Paradiso. HEX triplet: 42, 82 and 7D. RGB value is (66,130,125). Sum of RGB (Red+Green+Blue) = 66+130+125=321 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.56% from 321); Green value is 130 (51.17% from 255 or 40.50% from 321); Blue value is 125 (49.22% from 255 or 38.94% from 321); Max value from RGB is 130 - color contains mainly: green. Hex color #42827D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42827D is #BD7D82. Grayscale: #6E6E6E. Windows color (decimal): -12418435 or 8225346. OLE color: 8225346.

HSL color Cylindrical-coordinate representation of color #42827D: hue angle of 175.31º 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 #42827D is Cyan = 0.49, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.49.

Color convert

RGB66130125-
CMYK0.4900.040.49
HSL175.31º32.65%38.43%-
HSV(B)175.31º49.23%50.98%-
XYZ13.9318.622.26-
YUV110.29136.396.41-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.56%
GREEN value IS 130 (51.17% from 255) = 40.50%
BLUE value IS 125 (49.22% from 255) = 38.94%
R=20.56%
G=40.50%
B=38.94%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal661301250.4900.040.49175.3132.6538.43
Hex42827D310431af2126
Octal1022021756104612574146
Binary1000010100000101111101110001010011000110101111100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42827D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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