Html Css Color HEX #41757C Ming

📋 copy color: '#41757C'

red 65 ◦ green 117 ◦ blue 124

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

Shades of Ming #41757C

Tints of Ming #41757C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 38.24%

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

R = 21.24%
G = 38.24%
B = 40.52%

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

#41757C (or 0x41757C) is known color: Ming. HEX triplet: 41, 75 and 7C. RGB value is (65,117,124). Sum of RGB (Red+Green+Blue) = 65+117+124=306 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.24% from 306); Green value is 117 (46.09% from 255 or 38.24% from 306); Blue value is 124 (48.83% from 255 or 40.52% from 306); Max value from RGB is 124 - color contains mainly: blue. Hex color #41757C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41757C is #BE8A83. Grayscale: #666666. Windows color (decimal): -12487300 or 8156481. OLE color: 8156481.

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

Color convert

RGB 65 117 124 -
CMYK 0.48 0.06 0 0.51
HSL 187.12º 0.31% 0.37% -
HSV(B) 187.12º 0.48% 0.49% -
XYZ 12.18 15.3 21.38 -
YUV 102.25 140.27 101.43 -
System Red Green Blue C M Y K H S L
Decimal 65 117 124 0.48 0.06 0 0.51 187.12 0.31 0.37
Hex 41 75 7C 30 6 0 33 BB 1F 25
Octal 101 165 174 60 6 0 63 273 37 45
Binary 1000001 1110101 1111100 110000 110 0 110011 10111011 11111 100101

Color Harmonies of #41757C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41757C

Black with #41757C

Text Example


Text Example

White with #41757C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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