#448888

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

Shades of Paradiso #448888

Tints of Paradiso #448888

Color information

#448888 (or 0x448888) is unknown color: approx Paradiso. HEX triplet: 44, 88 and 88. RGB value is (68,136,136). Sum of RGB (Red+Green+Blue) = 68+136+136=340 (45% of max value = 765). Red value is 68 (26.95% from 255 or 20% from 340); Green value is 136 (53.52% from 255 or 40% from 340); Blue value is 136 (53.52% from 255 or 40% from 340); Max value from RGB is 136 - color contains mainly: green, blue. Hex color #448888 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448888 is #BB7777. Grayscale: #737373. Windows color (decimal): -12285816 or 8947780. OLE color: 8947780.

HSL color Cylindrical-coordinate representation of color #448888: hue angle of 180º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #448888 is Cyan = 0.50, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB68136136-
CMYK0.50000.47
HSL180º33.33%40%-
HSV(B)180º50%53.33%-
XYZ15.6320.6126.45-
YUV115.67139.4794-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20%
GREEN value IS 136 (53.52% from 255) = 40%
BLUE value IS 136 (53.52% from 255) = 40%
R=20%
G=40%
B=40%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal681361360.50000.4718033.3340
Hex44888832002Fb42128
Octal1042102106200572644150
Binary100010010001000100010001100100010111110110100100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448888; }

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

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

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

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

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

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

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

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