#447E7C

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

Shades of Paradiso #447E7C

Tints of Paradiso #447E7C

Color information

#447E7C (or 0x447E7C) is unknown color: approx Paradiso. HEX triplet: 44, 7E and 7C. RGB value is (68,126,124). Sum of RGB (Red+Green+Blue) = 68+126+124=318 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.38% from 318); Green value is 126 (49.61% from 255 or 39.62% from 318); Blue value is 124 (48.83% from 255 or 38.99% from 318); Max value from RGB is 126 - color contains mainly: green. Hex color #447E7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447E7C is #BB8183. Grayscale: #6C6C6C. Windows color (decimal): -12288388 or 8158788. OLE color: 8158788.

HSL color Cylindrical-coordinate representation of color #447E7C: hue angle of 177.93º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #447E7C is Cyan = 0.46, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.51.

Color convert

RGB68126124-
CMYK0.4600.020.51
HSL177.93º29.9%38.04%-
HSV(B)177.93º46.03%49.41%-
XYZ13.4817.6121.76-
YUV108.43136.7899.16-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.38%
GREEN value IS 126 (49.61% from 255) = 39.62%
BLUE value IS 124 (48.83% from 255) = 38.99%
R=21.38%
G=39.62%
B=38.99%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal681261240.4600.020.51177.9329.938.04
Hex447E7C2E0233b21e26
Octal1041761745602632623646
Binary1000100111111011111001011100101100111011001011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,126,124); }

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

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

 a { background-color: rgb(68,126,124); }

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

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

 span { border-color: rgb(68,126,124); }

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