#447B85

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

Shades of Paradiso #447B85

Tints of Paradiso #447B85

Color information

#447B85 (or 0x447B85) is unknown color: approx Paradiso. HEX triplet: 44, 7B and 85. RGB value is (68,123,133). Sum of RGB (Red+Green+Blue) = 68+123+133=324 (42% of max value = 765). Red value is 68 (26.95% from 255 or 20.99% from 324); Green value is 123 (48.44% from 255 or 37.96% from 324); Blue value is 133 (52.34% from 255 or 41.05% from 324); Max value from RGB is 133 - color contains mainly: blue. Hex color #447B85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447B85 is #BB847A. Grayscale: #6B6B6B. Windows color (decimal): -12289147 or 8747844. OLE color: 8747844.

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

Color convert

RGB68123133-
CMYK0.490.0800.48
HSL189.23º32.34%39.41%-
HSV(B)189.23º48.87%52.16%-
XYZ13.717.0924.77-
YUV107.7142.2899.69-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.99%
GREEN value IS 123 (48.44% from 255) = 37.96%
BLUE value IS 133 (52.34% from 255) = 41.05%
R=20.99%
G=37.96%
B=41.05%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal681231330.490.0800.48189.2332.3439.41
Hex447B85318030bd2027
Octal10417320561100602754047
Binary10001001111011100001011100011000011000010111101100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,123,133); }

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

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

 a { background-color: rgb(68,123,133); }

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

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

 span { border-color: rgb(68,123,133); }

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