#447A7B

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

Shades of Ming #447A7B

Tints of Ming #447A7B

Color information

#447A7B (or 0x447A7B) is unknown color: approx Ming. HEX triplet: 44, 7A and 7B. RGB value is (68,122,123). Sum of RGB (Red+Green+Blue) = 68+122+123=313 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.73% from 313); Green value is 122 (48.05% from 255 or 38.98% from 313); Blue value is 123 (48.44% from 255 or 39.30% from 313); Max value from RGB is 123 - color contains mainly: blue. Hex color #447A7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447A7B is #BB8584. Grayscale: #696969. Windows color (decimal): -12289413 or 8092228. OLE color: 8092228.

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

Color convert

RGB68122123-
CMYK0.450.0100.52
HSL181.09º28.8%37.45%-
HSV(B)181.09º44.72%48.24%-
XYZ12.9216.5821.26-
YUV105.97137.61100.92-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.73%
GREEN value IS 122 (48.05% from 255) = 38.98%
BLUE value IS 123 (48.44% from 255) = 39.30%
R=21.73%
G=38.98%
B=39.30%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal681221230.450.0100.52181.0928.837.45
Hex447A7B2D1034b51d25
Octal1041721735510642653545
Binary100010011110101111011101101101101001011010111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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