#448484

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

Shades of Paradiso #448484

Tints of Paradiso #448484

Color information

#448484 (or 0x448484) is unknown color: approx Paradiso. HEX triplet: 44, 84 and 84. RGB value is (68,132,132). Sum of RGB (Red+Green+Blue) = 68+132+132=332 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.48% from 332); Green value is 132 (51.95% from 255 or 39.76% from 332); Blue value is 132 (51.95% from 255 or 39.76% from 332); Max value from RGB is 132 - color contains mainly: green, blue. Hex color #448484 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448484 is #BB7B7B. Grayscale: #707070. Windows color (decimal): -12286844 or 8684612. OLE color: 8684612.

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

Color convert

RGB68132132-
CMYK0.48000.48
HSL180º32%39.22%-
HSV(B)180º48.48%51.76%-
XYZ14.819.424.79-
YUV112.86138.896-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.48%
GREEN value IS 132 (51.95% from 255) = 39.76%
BLUE value IS 132 (51.95% from 255) = 39.76%
R=20.48%
G=39.76%
B=39.76%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal681321320.48000.481803239.22
Hex448484300030b42027
Octal1042042046000602644047
Binary100010010000100100001001100000011000010110100100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448484; }

 p { color: rgb(68,132,132); }

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

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

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

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

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

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

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