#448688

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

Shades of Paradiso #448688

Tints of Paradiso #448688

Color information

#448688 (or 0x448688) is unknown color: approx Paradiso. HEX triplet: 44, 86 and 88. RGB value is (68,134,136). Sum of RGB (Red+Green+Blue) = 68+134+136=338 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.12% from 338); Green value is 134 (52.73% from 255 or 39.64% from 338); Blue value is 136 (53.52% from 255 or 40.24% from 338); Max value from RGB is 136 - color contains mainly: blue. Hex color #448688 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448688 is #BB7977. Grayscale: #727272. Windows color (decimal): -12286328 or 8947268. OLE color: 8947268.

HSL color Cylindrical-coordinate representation of color #448688: hue angle of 181.76º 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 #448688 is Cyan = 0.50, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB68134136-
CMYK0.500.0100.47
HSL181.76º33.33%40%-
HSV(B)181.76º50%53.33%-
XYZ15.3520.0626.35-
YUV114.49140.1394.84-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.12%
GREEN value IS 134 (52.73% from 255) = 39.64%
BLUE value IS 136 (53.52% from 255) = 40.24%
R=20.12%
G=39.64%
B=40.24%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal681341360.500.0100.47181.7633.3340
Hex44868832102Fb62128
Octal1042062106210572664150
Binary100010010000110100010001100101010111110110110100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448688; }

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

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

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

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

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

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

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

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