#447F88

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

Shades of Paradiso #447F88

Tints of Paradiso #447F88

Color information

#447F88 (or 0x447F88) is unknown color: approx Paradiso. HEX triplet: 44, 7F and 88. RGB value is (68,127,136). Sum of RGB (Red+Green+Blue) = 68+127+136=331 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.54% from 331); Green value is 127 (50% from 255 or 38.37% from 331); Blue value is 136 (53.52% from 255 or 41.09% from 331); Max value from RGB is 136 - color contains mainly: blue. Hex color #447F88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447F88 is #BB8077. Grayscale: #6E6E6E. Windows color (decimal): -12288120 or 8945476. OLE color: 8945476.

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

Color convert

RGB68127136-
CMYK0.500.0700.47
HSL187.94º33.33%40%-
HSV(B)187.94º50%53.33%-
XYZ14.4218.1926.04-
YUV110.38142.4597.77-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.54%
GREEN value IS 127 (50% from 255) = 38.37%
BLUE value IS 136 (53.52% from 255) = 41.09%
R=20.54%
G=38.37%
B=41.09%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal681271360.500.0700.47187.9433.3340
Hex447F8832702Fbc2128
Octal1041772106270572744150
Binary1000100111111110001000110010111010111110111100100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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