#447D88

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

Shades of Paradiso #447D88

Tints of Paradiso #447D88

Color information

#447D88 (or 0x447D88) is unknown color: approx Paradiso. HEX triplet: 44, 7D and 88. RGB value is (68,125,136). Sum of RGB (Red+Green+Blue) = 68+125+136=329 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.67% from 329); Green value is 125 (49.22% from 255 or 37.99% from 329); Blue value is 136 (53.52% from 255 or 41.34% from 329); Max value from RGB is 136 - color contains mainly: blue. Hex color #447D88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447D88 is #BB8277. Grayscale: #6D6D6D. Windows color (decimal): -12288632 or 8944964. OLE color: 8944964.

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

Color convert

RGB68125136-
CMYK0.500.0800.47
HSL189.71º33.33%40%-
HSV(B)189.71º50%53.33%-
XYZ14.1617.6725.96-
YUV109.21143.1298.61-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.67%
GREEN value IS 125 (49.22% from 255) = 37.99%
BLUE value IS 136 (53.52% from 255) = 41.34%
R=20.67%
G=37.99%
B=41.34%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal681251360.500.0800.47189.7133.3340
Hex447D8832802Fbe2128
Octal10417521062100572764150
Binary10001001111101100010001100101000010111110111110100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447D88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #447D88; }

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

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

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

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

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

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

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

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