Html Css Color HEX #41757F Ming

📋 copy color: '#41757F'

red 65 ◦ green 117 ◦ blue 127

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

Shades of Ming #41757F

Tints of Ming #41757F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 41.1%

R = 21.04%
G = 37.86%
B = 41.1%

CMYK

 C value IS 0.49

 M value IS 0.08

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#41757F (or 0x41757F) is known color: Ming. HEX triplet: 41, 75 and 7F. RGB value is (65,117,127). Sum of RGB (Red+Green+Blue) = 65+117+127=309 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.04% from 309); Green value is 117 (46.09% from 255 or 37.86% from 309); Blue value is 127 (50% from 255 or 41.10% from 309); Max value from RGB is 127 - color contains mainly: blue. Hex color #41757F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41757F is #BE8A80. Grayscale: #666666. Windows color (decimal): -12487297 or 8353089. OLE color: 8353089.

HSL color Cylindrical-coordinate representation of color #41757F: hue angle of 189.68º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #41757F is Cyan = 0.49, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 65 117 127 -
CMYK 0.49 0.08 0 0.50
HSL 189.68º 0.32% 0.38% -
HSV(B) 189.68º 0.49% 0.5% -
XYZ 12.37 15.38 22.39 -
YUV 102.59 141.77 101.19 -
System Red Green Blue C M Y K H S L
Decimal 65 117 127 0.49 0.08 0 0.50 189.68 0.32 0.38
Hex 41 75 7F 31 8 0 32 BE 20 26
Octal 101 165 177 61 10 0 62 276 40 46
Binary 1000001 1110101 1111111 110001 1000 0 110010 10111110 100000 100110

Color Harmonies of #41757F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41757F

Black with #41757F

Text Example


Text Example

White with #41757F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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