#448187

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

Shades of Paradiso #448187

Tints of Paradiso #448187

Color information

#448187 (or 0x448187) is unknown color: approx Paradiso. HEX triplet: 44, 81 and 87. RGB value is (68,129,135). Sum of RGB (Red+Green+Blue) = 68+129+135=332 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.48% from 332); Green value is 129 (50.78% from 255 or 38.86% from 332); Blue value is 135 (53.12% from 255 or 40.66% from 332); Max value from RGB is 135 - color contains mainly: blue. Hex color #448187 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448187 is #BB7E78. Grayscale: #6F6F6F. Windows color (decimal): -12287609 or 8880452. OLE color: 8880452.

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

Color convert

RGB68129135-
CMYK0.500.0400.47
HSL185.37º33%39.8%-
HSV(B)185.37º49.63%52.94%-
XYZ14.6118.6825.76-
YUV111.44141.2997.01-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.48%
GREEN value IS 129 (50.78% from 255) = 38.86%
BLUE value IS 135 (53.12% from 255) = 40.66%
R=20.48%
G=38.86%
B=40.66%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal681291350.500.0400.47185.373339.8
Hex44818732402Fb92128
Octal1042012076240572714150
Binary10001001000000110000111110010100010111110111001100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448187; }

 p { color: rgb(68,129,135); }

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

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

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

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

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

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

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