#42828c

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

Shades of Paradiso #42828C

Tints of Paradiso #42828C

Color information

#42828C (or 0x42828C) is unknown color: approx Paradiso. HEX triplet: 42, 82 and 8C. RGB value is (66,130,140). Sum of RGB (Red+Green+Blue) = 66+130+140=336 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.64% from 336); Green value is 130 (51.17% from 255 or 38.69% from 336); Blue value is 140 (55.08% from 255 or 41.67% from 336); Max value from RGB is 140 - color contains mainly: blue. Hex color #42828C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42828C is #BD7D73. Grayscale: #6F6F6F. Windows color (decimal): -12418420 or 9208386. OLE color: 9208386.

HSL color Cylindrical-coordinate representation of color #42828C: hue angle of 188.11º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #42828C is Cyan = 0.53, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB66130140-
CMYK0.530.0700.45
HSL188.11º35.92%40.39%-
HSV(B)188.11º52.86%54.9%-
XYZ14.9619.0227.69-
YUV112143.895.19-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.64%
GREEN value IS 130 (51.17% from 255) = 38.69%
BLUE value IS 140 (55.08% from 255) = 41.67%
R=19.64%
G=38.69%
B=41.67%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal661301400.530.0700.45188.1135.9240.39
Hex42828C35702Dbc2428
Octal1022022146570552744450
Binary10000101000001010001100110101111010110110111100100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42828c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42828c; }

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

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

<style>
 a { background-color: #42828c; }

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

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

<style>
 span { border-color: #42828c; }

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

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