#448081

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

Shades of Paradiso #448081

Tints of Paradiso #448081

Color information

#448081 (or 0x448081) is unknown color: approx Paradiso. HEX triplet: 44, 80 and 81. RGB value is (68,128,129). Sum of RGB (Red+Green+Blue) = 68+128+129=325 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.92% from 325); Green value is 128 (50.39% from 255 or 39.38% from 325); Blue value is 129 (50.78% from 255 or 39.69% from 325); Max value from RGB is 129 - color contains mainly: blue. Hex color #448081 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448081 is #BB7F7E. Grayscale: #6E6E6E. Windows color (decimal): -12287871 or 8486980. OLE color: 8486980.

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

Color convert

RGB68128129-
CMYK0.470.0100.49
HSL180.98º30.96%38.63%-
HSV(B)180.98º47.29%50.59%-
XYZ14.0718.2523.55-
YUV110.17138.6297.92-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.92%
GREEN value IS 128 (50.39% from 255) = 39.38%
BLUE value IS 129 (50.78% from 255) = 39.69%
R=20.92%
G=39.38%
B=39.69%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal681281290.470.0100.49180.9830.9638.63
Hex4480812F1031b51f27
Octal1042002015710612653747
Binary10001001000000010000001101111101100011011010111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448081; }

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

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

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

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

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

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

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

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