Html Css Color HEX #447E7B Ming

📋 copy color: '#447E7B'

red 68 ◦ green 126 ◦ blue 123

#447E7B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ming #447E7B

Tints of Ming #447E7B

RGB

 RED value IS 68 (26.95% from 255) = 21.45%

 GREEN value IS 126 (49.61% from 255) = 39.75%

 BLUE value IS 123 (48.44% from 255) = 38.8%

R = 21.45%
G = 39.75%
B = 38.8%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.02

 K value IS 0.51

RGB Variations

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

Color information

#447E7B (or 0x447E7B) is known color: Ming. HEX triplet: 44, 7E and 7B. RGB value is (68,126,123). Sum of RGB (Red+Green+Blue) = 68+126+123=317 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.45% from 317); Green value is 126 (49.61% from 255 or 39.75% from 317); Blue value is 123 (48.44% from 255 or 38.80% from 317); Max value from RGB is 126 - color contains mainly: green. Hex color #447E7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447E7B is #BB8184. Grayscale: #6C6C6C. Windows color (decimal): -12288389 or 8093252. OLE color: 8093252.

HSL color Cylindrical-coordinate representation of color #447E7B: hue angle of 176.9º 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 #447E7B is Cyan = 0.46, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.51.

Color convert

RGB 68 126 123 -
CMYK 0.46 0 0.02 0.51
HSL 176.9º 0.3% 0.38% -
HSV(B) 176.9º 0.46% 0.49% -
XYZ 13.42 17.58 21.43 -
YUV 108.32 136.28 99.24 -
System Red Green Blue C M Y K H S L
Decimal 68 126 123 0.46 0 0.02 0.51 176.9 0.3 0.38
Hex 44 7E 7B 2E 0 2 33 B1 1E 26
Octal 104 176 173 56 0 2 63 261 36 46
Binary 1000100 1111110 1111011 101110 0 10 110011 10110001 11110 100110

Color Harmonies of #447E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447E7B

Black with #447E7B

Text Example


Text Example

White with #447E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #447E7B;
 }
 .AnyTagClassName
 {
   color: #447E7B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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