Html Css Color HEX #447274 Ming

📋 copy color: '#447274'

red 68 ◦ green 114 ◦ blue 116

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

Shades of Ming #447274

Tints of Ming #447274

RGB

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

 GREEN value IS 114 (44.92% from 255) = 38.26%

 BLUE value IS 116 (45.7% from 255) = 38.93%

R = 22.82%
G = 38.26%
B = 38.93%

CMYK

 C value IS 0.41

 M value IS 0.02

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#447274 (or 0x447274) is known color: Ming. HEX triplet: 44, 72 and 74. RGB value is (68,114,116). Sum of RGB (Red+Green+Blue) = 68+114+116=298 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.82% from 298); Green value is 114 (44.92% from 255 or 38.26% from 298); Blue value is 116 (45.70% from 255 or 38.93% from 298); Max value from RGB is 116 - color contains mainly: blue. Hex color #447274 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447274 is #BB8D8B. Grayscale: #646464. Windows color (decimal): -12291468 or 7631428. OLE color: 7631428.

HSL color Cylindrical-coordinate representation of color #447274: hue angle of 182.5º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #447274 is Cyan = 0.41, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 68 114 116 -
CMYK 0.41 0.02 0 0.55
HSL 182.5º 0.26% 0.36% -
HSV(B) 182.5º 0.41% 0.45% -
XYZ 11.55 14.52 18.72 -
YUV 100.47 136.76 104.84 -
System Red Green Blue C M Y K H S L
Decimal 68 114 116 0.41 0.02 0 0.55 182.5 0.26 0.36
Hex 44 72 74 29 2 0 37 B6 1A 24
Octal 104 162 164 51 2 0 67 266 32 44
Binary 1000100 1110010 1110100 101001 10 0 110111 10110110 11010 100100

Color Harmonies of #447274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447274

Black with #447274

Text Example


Text Example

White with #447274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #447274; }

 p { color: rgb(68,114,116); }

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

background-color css

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

 a { background-color: rgb(68,114,116); }

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

border-color css

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

 span { border-color: rgb(68,114,116); }

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