#448184

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

Shades of Paradiso #448184

Tints of Paradiso #448184

Color information

#448184 (or 0x448184) is unknown color: approx Paradiso. HEX triplet: 44, 81 and 84. RGB value is (68,129,132). Sum of RGB (Red+Green+Blue) = 68+129+132=329 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.67% from 329); Green value is 129 (50.78% from 255 or 39.21% from 329); Blue value is 132 (51.95% from 255 or 40.12% from 329); Max value from RGB is 132 - color contains mainly: blue. Hex color #448184 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448184 is #BB7E7B. Grayscale: #6F6F6F. Windows color (decimal): -12287612 or 8683844. OLE color: 8683844.

HSL color Cylindrical-coordinate representation of color #448184: hue angle of 182.81º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #448184 is Cyan = 0.48, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB68129132-
CMYK0.480.0200.48
HSL182.81º32%39.22%-
HSV(B)182.81º48.48%51.76%-
XYZ14.418.624.66-
YUV111.1139.7997.26-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.67%
GREEN value IS 129 (50.78% from 255) = 39.21%
BLUE value IS 132 (51.95% from 255) = 40.12%
R=20.67%
G=39.21%
B=40.12%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal681291320.480.0200.48182.813239.22
Hex448184302030b72027
Octal1042012046020602674047
Binary1000100100000011000010011000010011000010110111100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448184; }

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

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

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

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

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

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

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

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