#448182

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

Shades of Paradiso #448182

Tints of Paradiso #448182

Color information

#448182 (or 0x448182) is unknown color: approx Paradiso. HEX triplet: 44, 81 and 82. RGB value is (68,129,130). Sum of RGB (Red+Green+Blue) = 68+129+130=327 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.80% from 327); Green value is 129 (50.78% from 255 or 39.45% from 327); Blue value is 130 (51.17% from 255 or 39.76% from 327); Max value from RGB is 130 - color contains mainly: blue. Hex color #448182 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448182 is #BB7E7D. Grayscale: #6E6E6E. Windows color (decimal): -12287614 or 8552772. OLE color: 8552772.

HSL color Cylindrical-coordinate representation of color #448182: hue angle of 180.97º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #448182 is Cyan = 0.48, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB68129130-
CMYK0.480.0100.49
HSL180.97º31.31%38.82%-
HSV(B)180.97º47.69%50.98%-
XYZ14.2618.5423.95-
YUV110.88138.7997.42-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.80%
GREEN value IS 129 (50.78% from 255) = 39.45%
BLUE value IS 130 (51.17% from 255) = 39.76%
R=20.80%
G=39.45%
B=39.76%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal681291300.480.0100.49180.9731.3138.82
Hex448182301031b51f27
Octal1042012026010612653747
Binary10001001000000110000010110000101100011011010111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448182; }

 p { color: rgb(68,129,130); }

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

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

 a { background-color: rgb(68,129,130); }

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

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

 span { border-color: rgb(68,129,130); }

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