#447A83

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

Shades of Paradiso #447A83

Tints of Paradiso #447A83

Color information

#447A83 (or 0x447A83) is unknown color: approx Paradiso. HEX triplet: 44, 7A and 83. RGB value is (68,122,131). Sum of RGB (Red+Green+Blue) = 68+122+131=321 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.18% from 321); Green value is 122 (48.05% from 255 or 38.01% from 321); Blue value is 131 (51.56% from 255 or 40.81% from 321); Max value from RGB is 131 - color contains mainly: blue. Hex color #447A83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447A83 is #BB857C. Grayscale: #6A6A6A. Windows color (decimal): -12289405 or 8616516. OLE color: 8616516.

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

Color convert

RGB68122131-
CMYK0.480.0700.49
HSL188.57º31.66%39.02%-
HSV(B)188.57º48.09%51.37%-
XYZ13.4416.7924-
YUV106.88141.61100.27-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.18%
GREEN value IS 122 (48.05% from 255) = 38.01%
BLUE value IS 131 (51.56% from 255) = 40.81%
R=21.18%
G=38.01%
B=40.81%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal681221310.480.0700.49188.5731.6639.02
Hex447A83307031bd2027
Octal1041722036070612754047
Binary1000100111101010000011110000111011000110111101100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447A83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #447A83; }

 p { color: rgb(68,122,131); }

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

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

 a { background-color: rgb(68,122,131); }

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

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

 span { border-color: rgb(68,122,131); }

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