#44808A

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

Shades of Paradiso #44808A

Tints of Paradiso #44808A

Color information

#44808A (or 0x44808A) is unknown color: approx Paradiso. HEX triplet: 44, 80 and 8A. RGB value is (68,128,138). Sum of RGB (Red+Green+Blue) = 68+128+138=334 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.36% from 334); Green value is 128 (50.39% from 255 or 38.32% from 334); Blue value is 138 (54.30% from 255 or 41.32% from 334); Max value from RGB is 138 - color contains mainly: blue. Hex color #44808A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44808A is #BB7F75. Grayscale: #6F6F6F. Windows color (decimal): -12287862 or 9076804. OLE color: 9076804.

HSL color Cylindrical-coordinate representation of color #44808A: hue angle of 188.57º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #44808A is Cyan = 0.51, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB68128138-
CMYK0.510.0700.46
HSL188.57º33.98%40.39%-
HSV(B)188.57º50.72%54.12%-
XYZ14.6918.526.84-
YUV111.2143.1297.19-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.36%
GREEN value IS 128 (50.39% from 255) = 38.32%
BLUE value IS 138 (54.30% from 255) = 41.32%
R=20.36%
G=38.32%
B=41.32%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal681281380.510.0700.46188.5733.9840.39
Hex44808A33702Ebd2228
Octal1042002126370562754250
Binary10001001000000010001010110011111010111010111101100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44808A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44808A; }

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

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

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

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

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

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

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

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