#448084

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

Shades of Paradiso #448084

Tints of Paradiso #448084

Color information

#448084 (or 0x448084) is unknown color: approx Paradiso. HEX triplet: 44, 80 and 84. RGB value is (68,128,132). Sum of RGB (Red+Green+Blue) = 68+128+132=328 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.73% from 328); Green value is 128 (50.39% from 255 or 39.02% from 328); Blue value is 132 (51.95% from 255 or 40.24% from 328); Max value from RGB is 132 - color contains mainly: blue. Hex color #448084 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448084 is #BB7F7B. Grayscale: #6E6E6E. Windows color (decimal): -12287868 or 8683588. OLE color: 8683588.

HSL color Cylindrical-coordinate representation of color #448084: hue angle of 183.75º 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 #448084 is Cyan = 0.48, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB68128132-
CMYK0.480.0300.48
HSL183.75º32%39.22%-
HSV(B)183.75º48.48%51.76%-
XYZ14.2718.3324.62-
YUV110.52140.1297.67-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.73%
GREEN value IS 128 (50.39% from 255) = 39.02%
BLUE value IS 132 (51.95% from 255) = 40.24%
R=20.73%
G=39.02%
B=40.24%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal681281320.480.0300.48183.753239.22
Hex448084303030b82027
Octal1042002046030602704047
Binary1000100100000001000010011000011011000010111000100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448084; }

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

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

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

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

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

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

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

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