#447B7C

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

Shades of Ming #447B7C

Tints of Ming #447B7C

Color information

#447B7C (or 0x447B7C) is unknown color: approx Ming. HEX triplet: 44, 7B and 7C. RGB value is (68,123,124). Sum of RGB (Red+Green+Blue) = 68+123+124=315 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.59% from 315); Green value is 123 (48.44% from 255 or 39.05% from 315); Blue value is 124 (48.83% from 255 or 39.37% from 315); Max value from RGB is 124 - color contains mainly: blue. Hex color #447B7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447B7C is #BB8483. Grayscale: #6A6A6A. Windows color (decimal): -12289156 or 8158020. OLE color: 8158020.

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

Color convert

RGB68123124-
CMYK0.450.0100.51
HSL181.07º29.17%37.65%-
HSV(B)181.07º45.16%48.63%-
XYZ13.116.8521.63-
YUV106.67137.78100.42-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.59%
GREEN value IS 123 (48.44% from 255) = 39.05%
BLUE value IS 124 (48.83% from 255) = 39.37%
R=21.59%
G=39.05%
B=39.37%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal681231240.450.0100.51181.0729.1737.65
Hex447B7C2D1033b51d26
Octal1041731745510632653546
Binary100010011110111111100101101101100111011010111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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