Html Css Color HEX #41747C Ming

📋 copy color: '#41747C'

red 65 ◦ green 116 ◦ blue 124

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

Shades of Ming #41747C

Tints of Ming #41747C

RGB

 RED value IS 65 (25.78% from 255) = 21.31%

 GREEN value IS 116 (45.7% from 255) = 38.03%

 BLUE value IS 124 (48.83% from 255) = 40.66%

R = 21.31%
G = 38.03%
B = 40.66%

CMYK

 C value IS 0.48

 M value IS 0.06

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#41747C (or 0x41747C) is known color: Ming. HEX triplet: 41, 74 and 7C. RGB value is (65,116,124). Sum of RGB (Red+Green+Blue) = 65+116+124=305 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.31% from 305); Green value is 116 (45.70% from 255 or 38.03% from 305); Blue value is 124 (48.83% from 255 or 40.66% from 305); Max value from RGB is 124 - color contains mainly: blue. Hex color #41747C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41747C is #BE8B83. Grayscale: #656565. Windows color (decimal): -12487556 or 8156225. OLE color: 8156225.

HSL color Cylindrical-coordinate representation of color #41747C: hue angle of 188.14º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #41747C is Cyan = 0.48, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 65 116 124 -
CMYK 0.48 0.06 0 0.51
HSL 188.14º 0.31% 0.37% -
HSV(B) 188.14º 0.48% 0.49% -
XYZ 12.06 15.07 21.34 -
YUV 101.66 140.6 101.85 -
System Red Green Blue C M Y K H S L
Decimal 65 116 124 0.48 0.06 0 0.51 188.14 0.31 0.37
Hex 41 74 7C 30 6 0 33 BC 1F 25
Octal 101 164 174 60 6 0 63 274 37 45
Binary 1000001 1110100 1111100 110000 110 0 110011 10111100 11111 100101

Color Harmonies of #41747C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41747C

Black with #41747C

Text Example


Text Example

White with #41747C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41747C; }

 p { color: rgb(65,116,124); }

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

background-color css

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

 a { background-color: rgb(65,116,124); }

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

border-color css

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

 span { border-color: rgb(65,116,124); }

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