Html Css Color HEX #41737C Ming

📋 copy color: '#41737C'

red 65 ◦ green 115 ◦ blue 124

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

Shades of Ming #41737C

Tints of Ming #41737C

RGB

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

 GREEN value IS 115 (45.31% from 255) = 37.83%

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

R = 21.38%
G = 37.83%
B = 40.79%

CMYK

 C value IS 0.48

 M value IS 0.07

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#41737C (or 0x41737C) is known color: Ming. HEX triplet: 41, 73 and 7C. RGB value is (65,115,124). Sum of RGB (Red+Green+Blue) = 65+115+124=304 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.38% from 304); Green value is 115 (45.31% from 255 or 37.83% from 304); Blue value is 124 (48.83% from 255 or 40.79% from 304); Max value from RGB is 124 - color contains mainly: blue. Hex color #41737C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41737C is #BE8C83. Grayscale: #646464. Windows color (decimal): -12487812 or 8155969. OLE color: 8155969.

HSL color Cylindrical-coordinate representation of color #41737C: hue angle of 189.15º 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 #41737C is Cyan = 0.48, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 65 115 124 -
CMYK 0.48 0.07 0 0.51
HSL 189.15º 0.31% 0.37% -
HSV(B) 189.15º 0.48% 0.49% -
XYZ 11.95 14.84 21.3 -
YUV 101.08 140.94 102.27 -
System Red Green Blue C M Y K H S L
Decimal 65 115 124 0.48 0.07 0 0.51 189.15 0.31 0.37
Hex 41 73 7C 30 7 0 33 BD 1F 25
Octal 101 163 174 60 7 0 63 275 37 45
Binary 1000001 1110011 1111100 110000 111 0 110011 10111101 11111 100101

Color Harmonies of #41737C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41737C

Black with #41737C

Text Example


Text Example

White with #41737C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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