#448789

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

Shades of Paradiso #448789

Tints of Paradiso #448789

Color information

#448789 (or 0x448789) is unknown color: approx Paradiso. HEX triplet: 44, 87 and 89. RGB value is (68,135,137). Sum of RGB (Red+Green+Blue) = 68+135+137=340 (45% of max value = 765). Red value is 68 (26.95% from 255 or 20% from 340); Green value is 135 (53.12% from 255 or 39.71% from 340); Blue value is 137 (53.91% from 255 or 40.29% from 340); Max value from RGB is 137 - color contains mainly: blue. Hex color #448789 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448789 is #BB7876. Grayscale: #737373. Windows color (decimal): -12286071 or 9013060. OLE color: 9013060.

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

Color convert

RGB68135137-
CMYK0.500.0100.46
HSL181.74º33.66%40.2%-
HSV(B)181.74º50.36%53.73%-
XYZ15.5620.3626.78-
YUV115.2140.394.34-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20%
GREEN value IS 135 (53.12% from 255) = 39.71%
BLUE value IS 137 (53.91% from 255) = 40.29%
R=20%
G=39.71%
B=40.29%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal681351370.500.0100.46181.7433.6640.2
Hex44878932102Eb62228
Octal1042072116210562664250
Binary100010010000111100010011100101010111010110110100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448789; }

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

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

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

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

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

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

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

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