#448682

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

Shades of Paradiso #448682

Tints of Paradiso #448682

Color information

#448682 (or 0x448682) is unknown color: approx Paradiso. HEX triplet: 44, 86 and 82. RGB value is (68,134,130). Sum of RGB (Red+Green+Blue) = 68+134+130=332 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.48% from 332); Green value is 134 (52.73% from 255 or 40.36% from 332); Blue value is 130 (51.17% from 255 or 39.16% from 332); Max value from RGB is 134 - color contains mainly: green. Hex color #448682 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448682 is #BB797D. Grayscale: #717171. Windows color (decimal): -12286334 or 8554052. OLE color: 8554052.

HSL color Cylindrical-coordinate representation of color #448682: hue angle of 176.36º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #448682 is Cyan = 0.49, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.47.

Color convert

RGB68134130-
CMYK0.4900.030.47
HSL176.36º32.67%39.61%-
HSV(B)176.36º49.25%52.55%-
XYZ14.9419.8924.17-
YUV113.81137.1395.33-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.48%
GREEN value IS 134 (52.73% from 255) = 40.36%
BLUE value IS 130 (51.17% from 255) = 39.16%
R=20.48%
G=40.36%
B=39.16%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal681341300.4900.030.47176.3632.6739.61
Hex44868231032Fb02128
Octal1042062026103572604150
Binary1000100100001101000001011000101110111110110000100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448682; }

 p { color: rgb(68,134,130); }

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

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

 a { background-color: rgb(68,134,130); }

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

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

 span { border-color: rgb(68,134,130); }

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