Html Css Color HEX #41727C Ming

📋 copy color: '#41727C'

red 65 ◦ green 114 ◦ blue 124

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

Shades of Ming #41727C

Tints of Ming #41727C

RGB

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

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

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

R = 21.45%
G = 37.62%
B = 40.92%

CMYK

 C value IS 0.48

 M value IS 0.08

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#41727C (or 0x41727C) is known color: Ming. HEX triplet: 41, 72 and 7C. RGB value is (65,114,124). Sum of RGB (Red+Green+Blue) = 65+114+124=303 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.45% from 303); Green value is 114 (44.92% from 255 or 37.62% from 303); Blue value is 124 (48.83% from 255 or 40.92% from 303); Max value from RGB is 124 - color contains mainly: blue. Hex color #41727C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41727C is #BE8D83. Grayscale: #646464. Windows color (decimal): -12488068 or 8155713. OLE color: 8155713.

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

Color convert

RGB 65 114 124 -
CMYK 0.48 0.08 0 0.51
HSL 190.17º 0.31% 0.37% -
HSV(B) 190.17º 0.48% 0.49% -
XYZ 11.84 14.61 21.27 -
YUV 100.49 141.27 102.69 -
System Red Green Blue C M Y K H S L
Decimal 65 114 124 0.48 0.08 0 0.51 190.17 0.31 0.37
Hex 41 72 7C 30 8 0 33 BE 1F 25
Octal 101 162 174 60 10 0 63 276 37 45
Binary 1000001 1110010 1111100 110000 1000 0 110011 10111110 11111 100101

Color Harmonies of #41727C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41727C

Black with #41727C

Text Example


Text Example

White with #41727C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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